Task Management Example

87 views
Skip to first unread message

Egbert

unread,
Apr 10, 2017, 9:44:16 AM4/10/17
to TiddlyWiki
Hi all,

I already looked into the discussions but could not find a solution to my problem. I try to include a checkbox of the Task Management Example also in the relevant Tiddler title (as is done in the GTD plugin). So for example the 'Compose ballad' tiddler; I would like to have also a checkbox right before the title 'Compose ballad', so that I can tick off this task also within the tiddler, and not only in the list of 'Outstanding tasks'. I hope you can help me with it

Jed Carty

unread,
Apr 10, 2017, 11:07:29 AM4/10/17
to TiddlyWiki
For that example you would use a conditional view template.

Make a tiddler with the tag: $:/tags/ViewTemplate

add a field called 'list-after' with the contents '$:/core/ui/ViewTemplate/title'

in the text field put

<$list filter='[is[current]tag[task]]'>
<$checkbox tag='done'>Finished</$checkbox>
</$list>

that should do it.

Egbert

unread,
Apr 10, 2017, 12:19:02 PM4/10/17
to TiddlyWiki
Jed, runs like clockwork ;-). Thanks very much.
Reply all
Reply to author
Forward
0 new messages