Hi

You could use nested list filters:

<$list filter="[tag[A]]">

><ul><$list filter="[tag[B]]"><li><$link to={{!!title}}><$view 
field="title"/></$link></li></$list></ul>
</$list>

and

<$list filter="[tag[A]]">

><ul><$list filter="[!tag[B]]"><li><$link to={{!!title}}><$view 
field="title"/></$link></li></$list></ul>
</$list>

regards

On Saturday, June 28, 2014 1:08:16 PM UTC+2, Jon wrote:
>
> Hi Stephan
>
> A is the overall category and B, C etc are the subcategories.
>
> I want to show tiddlers tagged with B which belong to the category A 
> (category B may also be applied to another category Z)
>
> I also want to show tiddlers with the overall category A which have not 
> yet received a subcategory
>
> Does that make sense?
> Jon
>
> On Saturday, 28 June 2014 11:49:45 UTC+1, Stephan Hradek wrote:
>>
>>
>>
>> Am Samstag, 28. Juni 2014 12:26:20 UTC+2 schrieb Jon:
>>>
>>> Just in case this makes a difference, what I actually want to do is this:
>>>
>>> Gives the list of tiddlers tagged with A & B
>>> {{{ [tag[A]tag[B]] }}}
>>>
>>> and then to show tiddlers *only* tagged with A
>>>
>>
>> I don't get it. Why filter for A & B and then show those only tagged with 
>> A? That makes absolutely no sense as tiddlers tagged with A and B are not 
>> tagged with only A. 
>>
>

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

Reply via email to