I feel like I'm asking for the moon now, but I don't want to have to 
specify the other tags I don't want - it just wouldn't be practical. I just 
want to be able to select those tiddlers tagged with only A without 
specifying the other tags.
Thanks, Jon.

On Saturday, 28 June 2014 12:15:25 UTC+1, Matabele wrote:
>
> 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 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