Thanks Jed, that does exactly what I wanted! I think I'm starting to get a 
hang of how to filter things in TW.

On Friday, November 25, 2016 at 2:25:12 PM UTC, Jed Carty wrote:
>
> The quick answer is that you put a list around it that returns one element 
> when your conditional is true and nothing when it isn't. So something like 
> this may work:
>
> <$set name=tiddler-title value={{!!title}}>
>
>
>
> <<tiddler-title>>
>
> <$list filter="[tag[Area]]">
> <$list filter="[tag<currentTiddler>tag<tiddler-title>
> limit[1]]"><$link>''{{!!title}}<br>''</$link></$list>
> <$list filter="[tag<currentTiddler>tag<tiddler-title>]">
>
>
> <$transclude mode="block"/>
> </$list>
> </$list>
>
> </$set>
>
> That will only show the link to the quarter if there is something listed 
> under it.
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/c3e862fa-ad41-4224-9f83-657ce7dc2f6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to