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/554cd4f7-e879-4c91-8559-e73484f30953%40googlegroups.com.

Reply via email to