On Saturday, March 19, 2016 at 12:37:06 AM UTC-7, Fatso Tutor wrote: > > I have a tiddler called ABC Organisation > I have contact tiddlers with following tag ABC Organisation and Contact > I have note tiddlers with following tags ABC Organisation and Note > When I Show ABC Organisation Tiddler > I would like to auto display: > Contacts associated with this tiddler without explicitly specifying the > tags like <<list-links filter:"[tag[ABC Organisation]] + tag[Contact]]">> - > I would like to substitute tag[ABC Organisation]] with a variable referring > to title of the ABC Organisation Tiddler. >
The current tiddler is stored in a *variable* named "currentTiddler" You can use a variable as a parameter for a filter operator by replacing the "[paramvalue]" with "<variablename>". Thus, for your use case: [tag<currentTiddler>tag[Contact]] enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios InsideTiddlyWiki: The Missing Manuals -- 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/186633db-3709-4502-9916-b978e662e69c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

