Skip to content
Discussion options

You must be logged in to vote

TaskLite itself is already kind of a note taking system. Each task itself can be considered a note: E.g. if you run tl enter it 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 a note tag to every note.

Furthermore, if you want to add notes to existing tasks, you can simply use the note subcommand.
E.g. tl note 'Ask John about the details' 01kep2hnhtpff3mr0d2ztpwms0 (However, this feature will probably be renamed to tl comment as that seems more appropriate)

What fea…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ad-si
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #53 on May 12, 2026 08:43.