From 1b6ae231584cb99aeec4b205a057c5fafb3e93eb Mon Sep 17 00:00:00 2001 From: Anis Ahmad Date: Wed, 23 Sep 2020 12:22:49 +0600 Subject: [PATCH] Updated Dynamic lists in readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a77232f..bb138b7 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ - [x] Create Task (under project) - [x] Set Task due date (as `yyyy-mm-dd`) with shortcut - [x] Set Task due date with quick input buttons (today, +1 day, -1 day) +- [x] Update Task Title - [x] Tasklist items should indicate status (done, pending, overdue) using colors - [x] Shortcut for Adding new Project and Task - [x] Global shortcuts for jumping to Projects or Tasks panel anytime @@ -41,10 +42,10 @@ - [x] Status bar for common shortcuts - [x] Status bar should display success/error message of actions - [x] Status bar may display quick tips based on focused element -- [ ] Dynamic lists +- [x] Dynamic lists - Today - Due Today and overdue - - Upcoming - Due in one week - - Someday - No due date + - Tomorrow + - Upcoming - Due in next 7 days - [ ] [Habitica](https://habitica.com/)3 integration - Use it as Habitica client or use Habitica for cloud backup - [ ] Time tracking @@ -95,7 +96,7 @@ In case writing in a text input (e,g, new project/task, due date), you have to ` | Task Detail | `d` | Set Due date | | Task Detail | `↓`/`↑` | Scroll Up/Down the note editor | | Task Detail | `e` | Activate note editor for modification | -| Task Detail | `v` | Edit task details in external editor (default `vim`) _Have a Known Bug4_ | +| Task Detail | `v` | Edit task details in external editor (default `vim`) _Known Bug[4](#footnotes)_ | | Task Detail | `r` | Rename Task Title | | Active Note Editor | `Esc` | Deactivate note editor and save content |