Add readme
This commit is contained in:
parent
4abecc7971
commit
159bf20447
2 changed files with 10 additions and 2 deletions
|
@ -3,8 +3,6 @@ name = "note-taking"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
egui = "0.21"
|
egui = "0.21"
|
||||||
eframe = "0.21"
|
eframe = "0.21"
|
||||||
|
|
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# 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)
|
Loading…
Reference in a new issue