Because the checkbox widget sets the tag on the currentTiddler which
happens to be the one you got the !!title from.
<$set name="thistiddler" value={{!!title}}>
<!-- here the currentTiddler still is your overview tiddler -->
<$list filter="[!is[system]tag[timebox]projectthread{!!
projectthread}sort[title]]">
<!-- here the current tiddler is the "just found" tiddler -->
<!-- this allows you to use !!title in the macrocall below -->
<$macrocall $name="newCheckbox" n_title={{!!title}} />
</$list>
</$set>
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.