Hi,
I am trying to list all tiddlers which have either tag A or tag B or tag C. 
But only tag A shows up in my list.
This is what I am doing (following the documentation):

> <$list filter=[tag[A]] [tag[B]] [tag[C]] +sort[title]>
>    <div class="tw-menu-list-item">
>       <$link to={{!!title}}><$view field=title/></$link>
>    </div>
> </$list>

 
If I put double quotes around the filter, it gives me this error:
Filter error: Missing [ in filter expression 
<file:///home/viro/Documents/raw.html#Filter%20error%3A%20Missing%20%5B%20in%20filter%20expression>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to