Lets say I have multiple tiddlers
tagged "X".
And I have additional tiddler that has title "X".
Now if I type
<<list-links "[tag[X]]">>
into the text area of the tiddler with title "X" - I get list of all tiddlers tagged "X".
But why similar expression, which supposed to use transclusion,
<<list-links "[tag[{{!!title}}]]">>
doesn't give me the same result? The result is empty list...
What is my mistake? In both cases I expect to receive list of tiddlers tagged with title / name of the current tiddler.