kjk / edna

Note taking for developers and power users
https://edna.arslexis.io
Other
362 stars 17 forks source link

Add `Open note from disk` command #66

Closed kjk closed 1 month ago

kjk commented 1 month ago

Sometimes I want to edit Edna file that is not part of the workspace e.g. the docs in Edna's source code are currently stored as .md but should really be stored as .edna.txt files so that I can edit them in Edna.

I only want to edit them, not import into the workspace, so they'll go away if the app is re-loaded.

This will be available in both local storage and disk mode as long as the file system api is present.

kjk commented 1 month ago

Encrypted notes will not be supported, for simplicity.