If you want the tag to be set on the "overview" tiddler, use this:

\define newCheckbox(n_title)
<$checkbox tiddler="$(thistiddler)$" tag="$n_title$"> $n_title$ </$checkbox>
\end

<$set name="thistiddler" value={{!!title}}>
<$list 
filter="[!is[system]tag[timebox]projectthread{!!projectthread}sort[title]]">
<$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.

Reply via email to