Hello,

Thanks for answering so fast.
I think your plugin is a bit overkill for my use case. I've found a
solution with your InlineJavascriptPlugin (http://www.tiddlytools.com/
#InlineJavascriptPlugin) :

<script>
   var tids=store.getTaggedTiddlers('a');
   var out=[];
   for(i=0;i<tids.length;i++) if(!tids[i].tags.contains('b'))
out.push("*[["+tids[i].title+"]]");
   return out.join('\n');
</script>

FrD

> The TW core filter syntax can be somewhat cryptic.  If you install
>    http://www.TiddlyTools.com/#MatchTagsPlugin
> you can use the more familiar *Boolean expression* syntax within the
> filter, like this:
>    <<list filter "[tag[a and not b]">>
> or
>    <<list filter "[tag[a && !b]">>
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
> ----------
> Was this answer useful? If so, please help support TiddlyTools:
>
>    TiddlyTools direct contributions: (paypal)
>      http://www.TiddlyTools.com/#Donate
>    UnaMesa tax-deductible contributions:
>      http://about.unamesa.org/Participate(paypal)
>    TiddlyWiki consulting:
>      http://www.TiddlyTools.com/#ELSDesignStudios
>      http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to