From 72f280a669145cde731b60d178fb2fb02045398c Mon Sep 17 00:00:00 2001 From: Deep Panchal Date: Sun, 7 Jul 2024 10:39:26 -0500 Subject: [PATCH] docs(README): update roadmap in README.md Signed-off-by: Deep Panchal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f829fe..f720326 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ cargo test - [x] Read pages content from dnote cli into tui - [x] Show truncated pages content beside page id in pages section - [ ] Write Operations - - [ ] Create a new book with page [#19](https://github.com/deepanchal/dnote-tui/issues/19) + - [x] Create a new book with page [#19](https://github.com/deepanchal/dnote-tui/issues/19) - [x] Edit a page's content [#37](https://github.com/deepanchal/dnote-tui/issues/37) - [x] Add new page to a book [#49](https://github.com/deepanchal/dnote-tui/issues/49) - [ ] Move page to another book [#60](https://github.com/deepanchal/dnote-tui/issues/60)