This only makes one level, if you want more levels you either have to add more nested lists or make a template that you use recursively.
<$list filter="[tags[]!is[system]sort[title]]"> <$transclude tiddler="$:/core/ui/TagTemplate"/><br> <$list filter='[is[current]tagging[]]'> <$transclude tiddler="$:/core/ui/TagTemplate"/><br> </$list> </$list> If you want an example of how you can use a template recursively to allow an arbitrary number of levels the two templates in my ManageTOC plugin <http://inmysocks.tiddlyspot.com/#%24%3A%2Fplugins%2Finmysocks%2FManageTOC> shows the idea. -- 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.

