I am coming back to tiddlywiki after a long time. I am trying to learn the basics (yet again!) but I am getting confused and lost (yet again!)
In the current tiddler I am trying to display a list of tiddlers tagged with the title of current tiddler. (exactly as the tagging shown under the info in the tiddler toolbar)
Why is this not working:
<<list-links filter:"[tag[{{currentTiddler!!title}}]]">>
or
<<list-links filter:"[tag[{{!!title}}]]">>
And while at it I am pretty confused between the list-link macro and list widget. Why are there two doing seemingly similar stuff?
please explain as if I am five. Thanks!