Hi Tierney, Try something like...
|!sometags |<$tiddler title="$:/temp/newuser"><$list filter="[tag[Buttons]]" variable="tag"><$checkbox tag=<<tag>>><<tag>></$checkbox></$list></$tiddler >| ..with respect to New Tiddler From Form @ tb5 <http://www.google.com/url?q=http%3A%2F%2Ftobibeer.github.io%2Ftb5%2F%23New%2520Tiddler%2520From%2520Form&sa=D&sntz=1&usg=AFQjCNEVVid_JfjDCp1-6EAF9w0fLyvP9Q> . In General... <$tiddler title="$:/temp/new-tiddler-from-template"> <$list filter="[tag[SomeCategory]]" variable="tag"> <$checkbox tag=<<tag>>><<tag>></$checkbox> </$list> </$tiddler> Whereas SomeCategory could be... - *Context* with the contexts @call, @buy, @read, @fix tagging to it - *Status* with the statuses #next, #future, #maybe, #done, #waiting tagging to it - etc... Best wishes, — tb -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/17fd475d-fbdb-404d-b93f-dc1526b1a694%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

