On Monday, January 16, 2017 at 9:05:56 AM UTC-8, Pope Innocent III wrote: > > > Sorry for the necrobump, but does anyone know how to do this in TiddlyWiki > Classic? >
Install this TWClassic plugin: http://www.tiddlytools.com/#MatchTagsPlugin Once installed, you can then use Boolean tag operators (AND, OR, NOT) within the "[tags[...]]" filter of the TW core TW <<list>> macro, like this: <<list filter "[tags[foo AND bar]]"> and you can create complex expressions using multiple operators and parentheses as needed: <<list filter "[tag[foo OR bar AND NOT(foo AND bar)]]">> For flexibility in formatting the list output, you can use the plugin-define <<matchTags>> macro, which provides additional output options. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios InsideTiddlyWiki: The Missing Manuals -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/455c1e35-4ede-4254-b78a-06f7c677686c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

