Am Montag, 17. November 2014 13:49:40 UTC+1 schrieb PMario: > > <$list filter="[all[current]tags[]]"><<currentTiddler>>, </$list> > > If you want a link have a look at: http://tiddlywiki.com/#LinkWidget > > <$list filter="[all[current]tags[]]"><$link><<currentTiddler>>, > </$link></$list> > > -m >
That would put a superfluouse comma at the end. I fear at the moment this has to be done like this (not tested so errors might be included) <$list filter="[all[current]tags[]first[]]"><<currentTiddler>></$list><$list filter="[all[current]tags[]butfirst[]]">, <<currentTiddler>></$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]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

