Hi Stephan, Tried your solution on the TagDemo3 and it works :) Thanks!
On Thu, Mar 13, 2014 at 11:43 PM, ruddb <[email protected]> wrote: > Hi Stephan, > > I created examples in http://onewikinote.tiddlyspot.com/ > > *Search for:* > TagDemo - is using my filter > TagDemo2 - is using the simple filter > Tag1 > Tag2 > Tag3 > > What I expect, when I check 'Tag1' it should add the 'Tag1' tag on the > TagDemo tiddler, and so on... > > > On Thu, Mar 13, 2014 at 11:39 PM, Stephan Hradek <[email protected] > > wrote: > >> 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 a topic in the >> Google Groups "TiddlyWiki" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/tiddlywiki/89htVN-Dzx4/unsubscribe. >> To unsubscribe from this group and all its topics, 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. >> > > -- 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.

