Simple and experimental note-taking app with built-in password-based encryption.
Find a file
Sofía Aritz b599f628de Sort notes my newest, save note ID in the Note struct, add ID-based note removal
This adds a weird callback-based system to properly update the state once a note is removed.

This system isn't very nice, and it can be quite messy, but I'll improve it in the future
2023-02-27 16:57:00 +01:00
src Sort notes my newest, save note ID in the Note struct, add ID-based note removal 2023-02-27 16:57:00 +01:00
.gitignore Initial release 2023-02-27 15:22:30 +01:00
Cargo.toml Sort notes my newest, save note ID in the Note struct, add ID-based note removal 2023-02-27 16:57:00 +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)