Groups
Groups
Sign in
Groups
Groups
TiddlyWiki
Conversations
Labels
About
Send feedback
Help
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 PM
11/13/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
11/13/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
11/13/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I use the
<<list-links "[all[current]tags[]tagging[]]">>
for this?
Reply all
Reply to author
Forward
0 new messages