Thanks for responding Eric, however I haven't been able to get the syntax to work in DefaultTiddlers.
This works just fine: [tag[journal]][sort[-modified]][limit[50]] This returns nothing [tag["journal AND NOT archived"]][sort[-modified]][limit[50]] even though several of my journal tiddlers are tagged "archived" I've also tried these: [tag["journal" AND NOT "archived"]] [tag["(journal AND NOT archived)"]] [tag["[journal AND NOT archived]"]] and several others, no go. This is likely to have the same cause as the problem I'm having with OpenTaggedTiddlers on which I've posted more recently: http://groups.google.com/group/tiddlywiki/browse_thread/thread/edc74abdd796672d Your help is greatly appreciated. On Jun 12, 12:28 pm, Eric Shulman <[email protected]> wrote: > > The other difficulty is that I haven't been able to get more complex > > selection criteria to work, and ideally I'd like Eric's MatchTags to > > be able to work like the tag macro does regarding *actually opening* a > > list of tiddlers as part of the DefaultTiddlers functionality, rather > > than just displaying a list. > > http://www.TiddlyTools.com/#MatchTagsPlugin > > In addition to defining the <<matchTags>> macro, the plugin also > extends the TWCore store.filterTiddlers() function that is used by the > [tag[...]] syntax. Thus, simply by installing the plugin, you can use > the enhanced full-boolean tag matching syntax *anywhere* that the > TWCore recognizes the [tag[...]] filter syntax, including it's use in > DefaultTiddlers. -- 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.

