Folks,
On becoming a TW5 newby I have just spent ages trying to put something in side a tiddler to list all the tiddlers tagged with its title, and then copy this into multiple tiddlers. I just cant work it out with all the partial references to currentTiddler, titles etc,,,
In the tiddler MyTid this works
<$list filter="[tag[MyTid]!sort[title]]"/>
But is it possible to replace MyTid in the filter to use the current tiddler name so the same code will also work in MyOtherTid?
I would not ask but I am going crazy, something in the documentation is confusing me (more than once), if I can understand why I will try and contribute to the documentation.
Thanks in advance
Tony