This little macro might help you out: http://www.strm.us/tw/testwiki.htm#allTagsExcept
Also - the third & fifth example is working because of a hijack in QuickOpenTagsPlugin http://mptw.tiddlyspot.com/#QuickOpenTagPlugin ex: <<allTags systemConfig T>> I.E. all tags, exclude systemConfig, filter results to all entries starting with T Mike On Jun 4, 9:44 pm, Mike <[email protected]> wrote: > Try this: > <<allTags>> > Lists all tags > <<allTags excludeLists>> > Lists all tags except tags that are tagged excludeLists > <<allTags excludeLists systemConfig>> > I get systemConfig & systemConfigDisable > > So to get all tags excluding systemConfig you would do > <<allTags myExcludeTag>> > . . . but systemConfig must be tagged as myExcludeTag > > which now if you do > <<allTags myExcludeTag systemConfig>> > I get only systemConfigDisable > > Please feel free to experiment more and let us know if you get it > working as desired, > > Mike > > On Jun 4, 11:28 am, "M)" <[email protected]> wrote: > > > I want to create a list of tags and exclude TW tags like > > systemConfig. I've tried > > > <<allTags systemConfig>> > > <<allTags excludesystemConfig>> > > <<allTags [excludesystemConfig]>> > > <<allTags [exclude[[systemConfig]]]>> > > > But can't make a tag list that excludes systemConfig. What am I doing > > wrong? > > > Next, I want to exclude more than one tag... > > > <<allTags [excludesystemConfig] [excludesomeOtherTag]>> > > > How do I make this work? > > >http://tiddlywiki.org/wiki/AllTags_%28macro%29 -- 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.

