Bug Fixes
- Fixed encrypted file opening on mobile: Encrypted files now open correctly on mobile devices by replacing the view in the same leaf instead of detaching it
- Replaced native confirm() dialogs with custom modals: Native confirm() dialogs don't work on mobile platforms; replaced with Obsidian-native modal dialogs in Edit Hi
story Modal
Improvements
- Added mobile responsive styles for CryptView: Improved toolbar layout, content area, and password form display on mobile devices
- Improved encryption documentation: Clarified that encryption key pairs are generated once during password setup and copied to each encrypted file. Added Python scrip
t example for external decryption.