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,

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ac57ee2b-8eec-48fa-8732-ef2ee053a2efn%40googlegroups.com.

Reply via email to