-
|
Does tasklite plan to have a note taking system? In taskwarrior this is available through addons like hasknote. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
TaskLite itself is already kind of a note taking system. Each task itself can be considered a note: E.g. if you run Furthermore, if you want to add notes to existing tasks, you can simply use the What features are you missing to consider TaskLite as a note taking system? |
Beta Was this translation helpful? Give feedback.
TaskLite itself is already kind of a note taking system. Each task itself can be considered a note: E.g. if you run
tl enterit will create a new empty task and show it in your editor as a markdown document with frontmatter. The frontmatter contains the task data, and the markdown document body is the body of the task. If you want to better differentiate between tasks and notes you could simply give anotetag to every note.Furthermore, if you want to add notes to existing tasks, you can simply use the
notesubcommand.E.g.
tl note 'Ask John about the details' 01kep2hnhtpff3mr0d2ztpwms0(However, this feature will probably be renamed totl commentas that seems more appropriate)What fea…