you could apply this style
.commalist .tc-tiddlylink.tc-tiddlylink-resolves:not(:last-child):after
{content:", ";}
An extension of that is the follwing "list-links-inline" macro
http://list-links-inline.tiddlyspot.com/
<:-)
On Saturday, February 6, 2021 at 8:29:32 AM UTC+1 [email protected] wrote:
> I spent some time trying to figure this out. I am trying to format a
> series of tag with the same parent tag 'author name' that get returned by
> this list widget:
>
> <ul>
> <$list filter="[tag[Bookcase]!<currentTiddler>!sort[sortdate]]">
> <li>
> <$link><$view field="title"/></$link><br>
> <$list filter="[all[current]tags[]tag[author name]]"/> ~ <$view
> field="date"/>//^^
> </li>
> </$list>
> </ul>
>
> but no matter what I have tried, if there are multiple tags with parent
> tag 'author name' (i.e. if a book as several authors or editors) in
> <currentTiddler> the returned tags run into each other without a
> whitespace, making it very unreadable. I think I need to specify a custom
> template, but I am a bit lost when it comes to that, and my energy feels
> spent trying to figure this out.
>
> Any help appreciated,
>
>
--
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/c232a29d-511a-456f-9842-656d7b7fd7b4n%40googlegroups.com.