Transcluding all tiddlers with tag:123 with the name of the current tiddler within the text

54 views
Skip to first unread message

Vincent vd B

unread,
May 20, 2019, 3:57:24 AM5/20/19
to tiddl...@googlegroups.com
Hello,

How do I transclude all tiddlers with tag:123, and with the name of the current tiddler within the text?


<$list filter="[tag[456]search:text[THE NAME OF THE CURRENT TIDDLER]]">
{{!!text}}
</$list>

Thank you,

TonyM

unread,
May 20, 2019, 7:51:40 AM5/20/19
to tiddl...@googlegroups.com
Try


<$list filter="[tag[456]search:text<currentTiddler>]">
{{!!text}}
</$list>

When using variables or transclusions in filters only one set of brackets is required and they can replace one set of [] brackets as well.

Regards
Tony

Vincent vd B

unread,
May 20, 2019, 8:49:11 AM5/20/19
to TiddlyWiki
Thanks,

Ok, thank you


Op maandag 20 mei 2019 13:51:40 UTC+2 schreef TonyM:
Try


<$list filter="[tag[456]search:text<currentTiddler>]">
{{!!text}}
</$list>

When using variables or transclusions in filters only one set of brackets is required and they can replace on set of [] brackets as well.

Regards
Tony

PMario

unread,
May 20, 2019, 1:20:52 PM5/20/19
to TiddlyWiki
Reply all
Reply to author
Forward
0 new messages