Hello everyone!

I've found very useful to have a list of all related tiddlers (tagged with 
current tiddler) always visible at the bottom of a current tiddler.

I have a $:/tags/ViewTemplate tiddler with field list-after set to 
$:/core/ui/ViewTemplate/body and this contents:
 
<$list filter="[all[current]]">
  <h1>Related:</h1>
  <ul>
    <$list filter="[all[current]tagging[]sort[modified]]">
      <li>
        <$link to={{!!title}}><$view field="title"/></$link>
      </li>
    </$list>
  </ul>
</$list>

This works the way I want except one thing: I would like to remove 
"Related:" header when the list is empty. Is it possible?

-- 
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/a6d419b9-8275-4cae-88bc-c90de4604450%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to