postkevone / tiddlyresearch

Local and Anki-compatible note-taking tool based on TiddlyWiki
https://postkevone.github.io/tiddlyresearch/
195 stars 9 forks source link

Idea: modify Project Manager plugin to make it work with TiddlyResearch better #13

Closed Shuenhoy closed 3 years ago

Shuenhoy commented 3 years ago

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 down TODO blah blah. This is very similar to org-agenda.

image

postkevone commented 3 years ago

This looks great! I will do some testing and probably add this feature with the next update!

keelancook commented 3 years ago

I also love this idea. I currently do not use the project manager function much because of this very reason.

postkevone commented 3 years ago

I already added this feature but I'm waiting for TW 5.1.23 to make a bigger release.

keelancook commented 3 years ago

Excellent! Looking forward to the release!

On Thu, Oct 29, 2020, 10:15 PM kebi notifications@github.com wrote:

I already added this feature but I'm waiting for TW 5.1.23 to make a bigger release.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kebifurai/TiddlyResearch/issues/13#issuecomment-719145411, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI2TFSO5ZPVDSFHHUCWK2I3SNIVVDANCNFSM4STHYF2Q .

postkevone commented 3 years ago

I have decided to work on a different version of the Projects plugin to integrate better with Streams and the tiddlyresearch theme. Unfortunately, you will have to wait a little bit more for the release.