First of all, thank you all for your support and feedback. This version includes many updates that you've requested.
If you like this plugin, donations are welcome.
Improvements
-
Added permanent mode for folder encryption
-
Added file explorer and editor for encrypted folder
-
Added media inline playback/render for encrypted embeds in markdown content
-
Added mobile encryption/decryption support
-
Expanded preview coverage for more extensions
-
Added operation progress modal for heavy workflows:
- Attachment encryption/decryption
- Folder encryption/decryption
Bug Fixes
-
Fixed save instability in permanent encrypted editor caused by parallel save paths, reducing false "modified externally" conflicts
-
Fixed encrypted media embed rendering path for
![[...peccfile]]links -
Fixed encrypted folders without the
IS_FOLDERpart could not be decrypted -
Fixed blob preview lifecycle issues where retry passes could invalidate active preview URLs
-
Fixed attachment link rewrite in permanent save flow
Technical
- Replaced direct runtime
Bufferusage in core encryption/decryption and binary restore flows with shared web-safe base64 utilities (Uint8Array+atob/btoa).