[tw] Re: Task Management Example

2017-04-10 Thread Egbert
Jed, runs like clockwork ;-). Thanks *very much.*

On Monday, 10 April 2017 14:44:16 UTC+1, Egbert wrote:
>
> 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
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/17cfc9de-c6fb-447f-9f1c-136c83e2dbef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Task Management Example

2017-04-10 Thread Jed Carty
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


that should do it.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b4b0ee7d-234e-476c-9fd0-c70be02df75b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.