Thanks for that Jed and your managed toc looks very impressive which I'll 
delve into.

I should have said "how do you show the tag pills which are tagged with tag 
A" rather than "all tag pills".

So for instance, the answer to this question would be tagged with "help" 
and also "tags", so I'd like to display all the child tag pills of "help", 
if that makes sense.

Thanks
Jon

On Saturday, 14 March 2015 14:20:49 UTC, Jed Carty wrote:
>
> 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[]]'>
> &nbsp;&nbsp;&nbsp;&nbsp;<$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.

Reply via email to