On Friday, July 17, 2020 at 11:47:44 PM UTC-7, Jake wrote:
>
> Well, the title says it all. Very simple one.
> E.g. if I have a small movie base and I have "genre" tags like "Action", 
> "Drama", "Comedy", etc. and I marked all those tags with "genre" tag.
> And now I want to show them as clickable Tiddlers in the text field of a 
> current Tiddler like:
> Genre: [[....]], [[...]], [[...]]
>

You can use nested $list widgets, like this:

Genre:
<$list filter="[tag[genre]]" variable="genre">
   <$list filter="[<currentTiddler>tag<genre>]">
      <$link to=<<genre>>/>,
   </$list>
</$list>

The outer $list gets each tiddler tagged with genre.
The inner $list checks if the current tiddler has that genre as a tag

enjoy,
-e




-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/629aa1ec-861b-4533-a4c5-6549774abfe0o%40googlegroups.com.

Reply via email to