note-taking/README.md

10 lines
418 B
Markdown
Raw Normal View History

2023-02-27 14:28:19 +00:00
# Notes
This is a simple and experimental password-based note-taking app with built-in
[password-based encryption](https://docs.rs/pwbox/0.5.0/pwbox/).
## 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)