You can do this. 
Create a macro tiddler with this content:

tags: $:/tags/Macro
text:
\define commalist()
<div class="commalist">
{{{ [enlist{!!list}] }}}
</div>
\end

...and then add the following styledef to an existing stylesheet or creeate 
a separate stylesheet like this:

tags: $:/tags/Stylesheet
type: text/css
text: .commalist span:not(:last-child):after {content:", ";}

Then whenever you want to use this, you just type <<commalist>> in your 
tiddler.

<:-)

-- 
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/81c9dd1b-b672-4c4b-b880-8368283848ce%40googlegroups.com.

Reply via email to