On Thursday, August 3, 2017 at 11:28:10 PM UTC-7, TonyM wrote: > > As you can see in my example the name of this tiddler I am testing for is > "$(currentTiddler)$ > - $type$" > Can you show me how to specifiy this in the filter, because this is where > I still get it wrong. >
To provide a specific title (other than the currentTiddler value), use "[title[sometitle]...]" instead of "[all[current]...]" For your purposes, since both $(currentTiddler)$ and $type$ are replaced by their values *before* the filter is processed, you can write something like this: <$list filter="[title[$(currentTiddler)$ - $type$]is[tiddler]]"> -e -- 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/900e914a-f34d-43b7-958f-954a7a799def%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

