Simple and experimental note-taking app with built-in password-based encryption.
Find a file
Sofía Aritz fcdbfbc932 Implement "hide notes" and "show notes", retry on failed password and minor fixes
* implemented "hide notes"
* implemented "show notes" (internally "unhide")
* improved the title and metadata renderer to use enums and return values instead of callbacks
* added system to retry on password fails (adds `native-dialog` dep for convenience)
2023-03-02 22:40:36 +01:00
src Implement "hide notes" and "show notes", retry on failed password and minor fixes 2023-03-02 22:40:36 +01:00
.gitignore Initial release 2023-02-27 15:22:30 +01:00
Cargo.toml Implement "hide notes" and "show notes", retry on failed password and minor fixes 2023-03-02 22:40:36 +01:00
README.md Add readme 2023-02-27 15:28:19 +01:00

Notes

This is a simple and experimental password-based note-taking app with built-in password-based encryption.

To-Do list

  • Improve password checking
  • Allow the addition of arbitrary metadata when creating a note
  • Add basic markdown support (bold, italics, underline)
  • Improve performance (duplicate decryption operations, tons of copying/cloning, etc)