>
> How do I put that filter into a template using [is[current]...
>

Are you saying you want a template for *all* tiddlers to show all 
grandchildren of the current tiddler? Then you don't need any 
"[is[current]]" in the template.

If you have a condition, like that it's only for animal tids or 
specifically for canis tids, you do this:

tags: $:/tags/ViewTemplate
text:
<$list filter="[is[current]tag[canis]]" variable=granny>
<$list filter="[tag<granny>tag[canis]]" variable=parent>
<$list filter="[tag<parent>tag[canis]]">


</$list></$list></$list>


You could get fancier with parents as headlines for the children etc.

<:-)

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6d57029b-aee3-4b3a-a6a6-58ca0df51d5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to