Hi Fidel, Jed, The problem here is that the original code was transcluding $:/core/ui/ViewTemplate/tags. This is the view template segment that renders the entire tags area of a tiddler in view mode. It renders in block mode, so that the segments slot together properly.
Instead, you should transclude $:/core/ui/TagTemplate, which is the template for rendering a single tag pill. It renders in inline mode so that tag pills can abut one another. Jed’s use of the “tags” macro is a wrapper around $:/core/ui/TagTemplate. Best wishes Jeremy. > On 11 Nov 2016, at 08:51, Fidel N <[email protected]> wrote: > > Wow thank you so much!! > What Im finding hard to swallow is that I cant reach to those conclussions by > myself or reading manuals or TW documentation, and I oftend have no other > option but come here and ask... > Good thing you guys give a very nice (and fast) support :) > Thanks again Jed > > On Friday, November 11, 2016 at 9:43:59 AM UTC+1, Jed Carty wrote: > That is weird. I haven't found what is causing the problem, but this seems to > fix it: > > <$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 [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <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 > > <https://groups.google.com/d/msgid/tiddlywiki/aee9b056-8c4d-429f-8902-8d3e0eecf72a%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 post to this group, send email to [email protected]. 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/354DB6DB-E1FF-4DCA-AFC7-952295376533%40gmail.com. For more options, visit https://groups.google.com/d/optout.

