This must have been answered somewhere, but I can't find it.

I want use the results of a list to create a set of checkboxes. I have 
GTD-style task contexts as tiddlers with the prefix "@". I want to have a 
set of checkboxes at the top of each task with these contexts available as 
the tags to be selected.

I have this:
<$list filter="[prefix[@]sort[title]]">
<$checkbox tag={{!!title}}> {{!!title}}</$checkbox> 
</$list>

which returns:

[ ] @Work [ ] @Home

But when I click on the checkbox for @Work, the tiddler @Work is tagged 
with @Work. What I want to happen is that whatever tiddler this checkbox is 
in is tagged with @Work.

What syntax did I get wrong?

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/a07d979b-468e-4665-9614-5d3a9e2f4acc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to