How to list all tiddler-titles with the tags of a given tiddler?

58 views
Skip to first unread message

Uwe

unread,
Nov 13, 2017, 6:25:34 PM11/13/17
to TiddlyWiki
I'd like to show a list of (linked) tiddlers which have (at least) the same tags as the tiddler from where I call the filter.

This example (stolen from http://tobibeer.github.io/tw/filters/#Examples)

<$list filter="[all[current]tagging[]]">

</$list>

doesn't work anymore in TW5 5.1.14. Is there an other solution available?

-Uwe

Mark S.

unread,
Nov 13, 2017, 7:00:34 PM11/13/17
to TiddlyWiki
What you want (per your description) is different than what that example shows. What you may want is:

<$list filter="[all[current]tags[]tagging[]]">

Except that you mention "linked", so I still don't know if this is right.

Good luck!
Mark

Diego Mesa

unread,
Nov 13, 2017, 8:36:57 PM11/13/17
to TiddlyWiki
I use the 

<<list-links "[all[current]tags[]tagging[]]">> 

for this?
Reply all
Reply to author
Forward
0 new messages