Regarding case: How about a general filter operator which defines case sensitivity?
My proposal would be to look what Applescript has: http://books.gigatux.nl/mirror/applescriptdefinitiveguide/applescpttdg2-CHP-19-SECT-6.html So to see whether a title ends with "/doc", ignoring case, and starts with "Tech:", not ignoring case, one could then write: [ ignoring[case] suffix[/doc] considering[case] prefix[Tech:] ] Instead of "case" one could also use (combinations of): case, punctuation, whitespace, hyphens (The other examples in AppleScript, I don't know whether they are implementable). -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

