Hello, I would like to use this code to display the tags just after the link of the tiddler, instead of having a carriage return in between.
What I got is this:
And what I'm trying to get is this:
<$list filter="[tag<currentTiddler>sort[title]]"><$link > <<currentTiddler>></$link>{{||$:/core/ui/ViewTemplate/tags}}</$list><$list filter="[tag<currentTiddler>sort[title]]"><$link to=<<currentTiddler>>><$view field='title'/></$link> <$macrocall $name=tag tag={{!!title}}/></$list>--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/aee9b056-8c4d-429f-8902-8d3e0eecf72a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<$list filter="[tag<currentTiddler>sort[title]]"><$link > <<currentTiddler>></$link>{{||$:/core/ui/TagTemplate}}</$list>{{||$:/core/ui/TagTemplate}}$:/core/ui/TagTemplate" instead?
Erm... I cant get this new sintax to show the tiddlers tags, this one is showing the "currentTiddler" name in the shape of a tag, not the tag itself as Jed's suggestion correctly did.
Again, I have tried to find documentation on how to replace the variable within the trasclusion (Im guessing this code needs to include each tag name):{{||$:/core/ui/TagTemplate}}
But couldn't make it.
Jeremy, do you have any suggestion on how to produce the same results as Jed got, but with "" instead?$:/core/ui/TagTemplate
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3957ca36-368a-4ca8-800e-a79b48c1f77c%40googlegroups.com.
<$list filter="[tag<currentTiddler>sort[title]]"><$link to=<<currentTiddler>>><$view field='title'/></$link> <$list filter='[is[current]tags[]]'>{{||$:/core/ui/TagTemplate}}</$list></$list>