This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
Idea: modify Project Manager plugin to make it work with TiddlyResearch better #13
Labels
enhancement
New feature or request
The Project Manager stores the content of tasks in titles and justifies whether a tiddler is a task by
todo
tag.This means tasks are treated differently from a note block. I made some explorations by replacing the
tag[todo]
filter with[regexp:text[^TODO ]]
. Then we can create tasks everywhere by writing downTODO blah blah
. This is very similar to org-agenda.The text was updated successfully, but these errors were encountered: