VSCodeNotebook
VSCodeNotebook copied to clipboard
Rename files after encryption so they are not accidentally modified
Example - rename abc.md
to abc.enc
and don't show it in the sidebar so that it isn't modified.
Will work with git since only enc
files will be backup'ed (as that's the time when git backup runs).
I am still not sure if this would work though, I mean the user can still edit the .enc files.