Your words "tagged with the title of current tiddler" resonated in my brain until I realized that the reason why it was not working properly is because while I was editing (and checking the rendered tiddler at the same time) the tiddler is named "Draft of ..." and not same as the tag..... I probably had it properly coded like 100 times today but it would never show because of the tiddler name!!!!
Thank you BJ and Riz for helping me realize this, what a noobs mistake!!! On Saturday, October 15, 2016 at 1:49:42 PM UTC+2, Riz wrote: > > > Assuming what you want is a list of tiddlers tagged with the title of > current tiddler, this code will work. > > <$set name="myVar" value=<<currentTiddler>>> > > <$list filter="[tag<myVar>]"/> > > </$set> > > > -- 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/01c0ae40-4f9b-450d-afcc-b4f39bb138bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

