Hi Dmitry, Take a look at how it's done in the ViewTemplate...
$:/core/ui/ViewTemplate/tags <http://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FViewTemplate%2Ftags> Then you can construct something like... <table> <$list filter="[!is[system]tag[task]!tag[done]sort[created]]"> <tr> <td><$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link></$checkbox></td> <td><$list filter="[all[current]tags[]sort[title]]" template="$:/core/ui/TagTemplate" storyview="pop"/></td> </tr> </$list> </table> Best wishes, Tobias. -- 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.

