Do you find this plugin useful? You can support further development by...
Thank you for your support 😊
Report any bugs or feature requests here.
- Add a setting to remember session passwords by vault (#146, #149)
- Add a command to clear session password cache
- Clarify 'Remember By' description in settings (#146, #149)
- Add ribbon icon for 'Encrypt/Decrypt' command (#157)
- Fix missing lock indicator in reading view (#156)
- Bug fixes
- Fix internal links not working in an encrypted note (#144)
- Add 'New encrypted note' option to folder context menu (#106)
- Add encrypted text directly to the note (#143)
- #132 broke some other plugins, this fixes that fix 🤞 (#136)
- improve indenting when editing encrypted whole-notes (#108)
- fix incorrect rendering of markdown for in-place encrypted notes in reading view (#132)
- fix broken consecutive in-place markers in reading view (#102)
- fix bottom text is hidden when editing encrypted whole-notes (#124)
- add key-bindable command to toggle reading view for encrypted notes (#116)
- change to using
.mdenc
file extensions for encrypted notes (#117)
- fix encrypt/decrypt of notes don't update links (#118)
- add encrypt/decrypt of
.md
or.encrypted
notes #68 (via file context menu, ribbon icon or command palette, helps with #91, #103, #108, #114) - fix double blank line #107
- fix offline decrypt tool #111 (found in
/tools/decrypt.html
) - ribbon icon changes
- code refactor and clean up
- stronger encryption (thanks @brycx)
- fix #92 - Enable selection text in Reading view
- fix #93 - Encrypting text in-place in a table breaks
- follow 'readable line length' and 'show inline title' settings in encrypted notes
- update layout and styling
- enable spell check when editing
- add inline encrypted text marker (clickable) in reading view
- Limited support for markdown in
.encrypted
notes - New setting to select the default view when opening
.encrypted
notes (Source or Reading)
- Auto decrypt note if password remembered
- Clear remembered password when re-locking file
- When changing password, remember it if 'remember passwords' is active
- Change wording for 'Remember Password Timeout' in settings
- Add new setting to remember password by parent folder path
- Code refactors
- fix creating encrypted note on mobile
- fix password remembered even when 'remember password' setting is unchecked
- add common password session cache
- also remember passwords for whole note encryption
- add password peek button
Due to popular demand, the encrypt in-place functionality is no longer scheduled for removal 🙄🥳.
Changes
- Code refactors
- UI clean up
- Update usage docs
Bug fixes
- fix large files can't be encrypted (#41)
- add 'Change Password' and 'Lock' actions to note tab context menu (#49)
To make encrypted notes more resilient, starting from v2.0.0, the plugin introduces a new .encrypted note.
The advantages of this new approach are:
- Your note contents are always encrypted on disk.
- Encrypted bytes are hidden away from the user making it difficult to accidentally corrupt the encryption and thus making the note un-decryptable.
- Encrypted notes are easily identifiable by their '.encrypted' file extension.
- Better workflow for editing encrypted notes.