Also,

Remember there is the tag macro
<<tag tagname>> 

But inside a list you may use
<$macrocall $name=tag tag=<<currentTiddler>> />

Eric's solution is especially good if you want to add additional content 
along with the listed tag pills.

For example add this in before the `</li>` tag
<$text text={{{ [tag<currentTiddler>count[]] }}}/>
Which returns the number of tiddlers tagged by that tag

Regards
Tones


Regards
Tony


On Tuesday, 8 September 2020 12:00:06 UTC+10, Taylor Jensen wrote:
>
> What I'd like to do is create a list formatted *"Title *- tags of that 
> tiddler"
>
> So we have the tag template `{{Transclusion||$:/core/ui/TagTemplate}}` 
> that lets me get "Transclusion" in nice tag pill form. 
>
> But when I do:
>
> `<$list filter="[tag[mytag]]">
> <li><$link to={{!!title}}/>{{!!tags||$:/core/ui/TagTemplate}}</li>
> </$list>
> `
>
> all I get is "*Title - *that title but in pill form". The template can't 
> use anything but the title of a tiddler. But getting all the tags in pill 
> form is clearly generatable since it's generated at the top of every 
> tiddler. Is there a way I can access that and use it in lists?
>

-- 
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/cec5ab51-a8fb-40c1-bc1a-3a14514549ado%40googlegroups.com.

Reply via email to