Try this:

<$list filter="[tag[scene]tags[]] -scene" variable="tagName">
<$list filter="[tag<tagName>!tag[scene]]" variable="scene" >
<$link><<scene>></$link><br/>
</$list>
</$list>

On Tuesday, July 30, 2019 at 10:04:42 AM UTC+2, Luis Gonzalez wrote:
>
> I have two list:
>
>
>    - All scenes:
>
> <$list filter="[tag[scene]]"/>
>
>
>    - All scenes included in a story: 
>    
> <$list filter="[tag[scene]tags[]!prefix[scene]]" variable="tagName">
> <$list filter="[tag<tagName>]" variable="scene" >
> <$link><<scene>></$link><br/>
> </$list>
> </$list>
>
>
>
>
> How can I get all tiddlers of the first list not included in the second 
> list?
>
>
> P.S: A scene is tagged with "scene" tag and with the story in which is 
> included. So, a story is a tag for scenes. I need all scenes not included 
> in any story.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9f23cd3a-ea16-45b9-9799-919c990a2c27%40googlegroups.com.

Reply via email to