I see that I can transclude <https://github.com/Jermolene/TiddlyWiki5/issues/121> tiddlers with a specific tag using
<$list filter="[tag[TagNameHere]]"> ! <$transclude field="title"/> <$transclude mode="block"/> I can also make lists of tiddlers using the current title using <currentTiddler>: <<list-links filter:"[tag<currentTiddler>] +[sort[title]]">> ... but if I try to use the <currentTiddler> magic with the transclude code, it doesn't work: <$list filter="[tag[<currentTiddler>]]"> ! <$transclude field="title"/> <$transclude mode="block"/> I've tried using the tag<currentTiddler> syntax but I get an error that I'm missing the brackets. I don't get why this wouldn't work. -- 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/f786e322-1189-433b-bf8e-f1db8df9b653%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

