List [all[current]tags[]sort[title]has[m]] as a tag with the value from field "m" behind it

46 views
Skip to first unread message

vinvi...@gmail.com

unread,
Feb 15, 2021, 4:04:06 AM2/15/21
to TiddlyWiki
Hello,

Out of all tiddlers where currentTiddler is tagged to: Only list the tiddler that have a field called "m".

Show the title of that tiddler as a tagpill, and behind it the value of field "m".

The code below works but does not show the content of field "m" behind the tagpill.

<$list filter="[all[current]tags[]sort[title]has[m]]" template="$:/core/ui/TagTemplate" storyview="pop">
{{!!m}}
</$list>

How do I do that?

Thank you,

vinvi...@gmail.com

unread,
Feb 15, 2021, 4:34:17 AM2/15/21
to TiddlyWiki
This works. Oh, my.. Seems like I'm starting to understand?  :)) lol

<$list filter="[all[current]tags[]sort[title]has[m]]">
{{||$:/core/ui/TagTemplate}} {{!!m}}
</$list>

Op maandag 15 februari 2021 om 10:04:06 UTC+1 schreef vinvi...@gmail.com:
Reply all
Reply to author
Forward
0 new messages