Ah, triple quotes if you want to be sure not to break anything just because some animal has a " is its name.
<:-) On Tuesday, July 9, 2019 at 1:40:50 AM UTC+2, Mat wrote: > > 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 [email protected]. To post to this group, send email to [email protected]. 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/b8fccec2-4645-492d-9fda-91074108858b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

