Rob Hoelz wrote:
>
> [...] render a list of items as a comma-separated list.
>
I had the same problem just some weeks ago. Solved it with CSS like so:
<div class="commas"><$list filter="..."/></div>
<style>
.commas span:not(:last-child):after {content:", ";}
</style>
<:-)
--
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/86f70adc-7cf9-4289-b405-7975d1922cb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.