This commit is contained in:
Volodymyr Patuta 2020-11-29 18:02:10 +01:00
parent 69261d01cc
commit 5893174d59
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Example:
- [x] Create a note
- [x] Delete a note
- [x] Modify a note
- [ ] Show all notes in a scrollable TextView in a raw terminal with [termimad](https://crates.io/crates/termimad)
- [x] Show all notes in a scrollable TextView in a raw terminal with [termimad](https://crates.io/crates/termimad)
- [ ] Show all notes from `DATE` or `Category`
- [x] Search a note by header
- [x] Search a note by word (kinda grep)