Thank you @Eric Shulman. I don't know where I would have found that in the
docs. Much appreciated
On Saturday, February 6, 2021 at 3:22:06 AM UTC-8 Mat wrote:
> 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/ac2e265e-2421-42e4-b519-c3956410e01fn%40googlegroups.com.