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/c2c91bb3-5211-4587-9eb0-ab37db66f653n%40googlegroups.com.

Reply via email to