X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/6297c73aee460b007a46aece2b15c1f194d5de86..56ffe968715ccf75dc4e859806e2b8185f5c8289:/nota.gmi diff --git a/nota.gmi b/nota.gmi index b183985..15bc151 100644 --- a/nota.gmi +++ b/nota.gmi @@ -7,9 +7,7 @@ Tools to work with notes and tasks in neovim. It allows you to: * Open and edit periodic notes with templates (daily, weekly, monthly, seasonal, and yearly) * Open, edit and archive .plan files * Open and capture learning entries in a learning file -* Manage tasks in your daily files - -This plugin is still heavily under construction and the functionality to reschedule, capture to inbox or defer tasks is not yet implemented. +* Manage tasks in your notes, including views to find open and important tasks, rescheduling and capturing. => https://git.r.bdr.sh/rbdr/nota.nvim view source @ git.r.bdr.sh => https://git.sr.ht/~rbdr/nota.nvim source mirror @ sourcehut @@ -109,6 +107,7 @@ Unless disabled, these are the key bindings provided: * `it`, `:NotaInsertTask`, Inserts a task at cursor location. * `ct`, `:NotaCaptureTask`, Captures a new task into the inbox. * `Tt`, `:NotaTagTask`, Adds a tag to the current task. +* `Rt`, `:NotaRemoveTagTask`, Removes a tag from the current task. * `rt`, `:NotaRescheduleTaskToday`, Reschedules the task under the cursor to today. * `rT`, `:NotaRescheduleTaskTomorrow`, Reschedules the task under the cursor to tomorrow. * `rs`, `:NotaRescheduleTaskSomeday`, Reschedules the task under the cursor to someday. @@ -126,4 +125,4 @@ Unless disabled, these are the key bindings provided: * - [ ] and - [x] indicate a regular task * * [ ] and * [x] indicate an important task -* - [>] and * [>] indicate a rescheduled task. This is only applied to tasks that were rescheduled after they were due. +* - [>YYYY-MM-DD] and * [>YYYY-MM-DD] indicate a rescheduled task. This is only applied to tasks that were rescheduled after they were due.