This is in an overridden $;/core/ui/ViewTemplate/title if that is of 
importance to the question.

On Sunday, 5 October 2014 06:11:37 UTC+9, James Anderson wrote:
>
> I have a custom TW5 where if a post is not tagged with X then I want to 
> display the title using one format and if it is tagged with X I want to use 
> a different format. Currently i have:
>
> <$list filter="[all[current]!tag[X]]">
>
> //..render title one way
>
> </$list>
> <$list filter="[all[current]tag[X]]">
>
> //..render title a different way
>
> </$list>
>
>
> This works as i would expect, with the exception of missing tiddlers which 
> fall through the cracks...how can i make it so that the the first filter also 
> catched missing tiddlers? i think logically i want it to also add "OR 
> is[missing]" but i can't figure out the syntax.
>
>
> Thanks for any help,
>
> James
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to