note-taking/README.md

23 lines
962 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
- [x] Improve password checking
- [x] Allow the addition of arbitrary metadata when creating a note
2023-03-11 20:17:14 +00:00
- [ ] Add basic settings (export and import notes, change data directory, etc)
2023-02-27 14:28:19 +00:00
- [ ] Add basic markdown support (bold, italics, underline)
2023-03-04 13:22:24 +00:00
- [ ] Improve performance (duplicate decryption operations, tons of copying/cloning, etc)
## Expectations
This project was done in just a day. Code quality isn't the best. I will slowly improve this
project according to my needs, some things like the ones on the _To-Do list_ will probably be
done at some point in time.
However, with that being said, if you'd like to contribute or fix something, feel free to
2023-03-12 14:30:58 +00:00
create an account and go for it! :)
## More info
- [Article about `note-taking` (ES)](https://sofiaritz.com/weblog/note-taking-experiment/)