You are star. That worked Eric. Many thanks. This is what I did:
<<list-links filter:"[tag<currentTiddler>] +[tag[Contact]]">> On Saturday, March 19, 2016 at 8:47:41 PM UTC+13, Eric Shulman wrote: > > 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/95c5939f-835d-49f4-941b-d2ec1286a81a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

