I've just added new "before" and "after" operators that provide the alternative syntax discussed in #357:
https://github.com/Jermolene/TiddlyWiki5/commit/e83759e86d2a9e05e4b85dae50925fe988f8e239 Best wishes Jeremy On Sat, May 10, 2014 at 7:20 PM, Stephan Hradek <[email protected]>wrote: > You made the same mistake, many TW users made (even me). The "brackets" in > the filters are not really brackets in the usual sense, but just "syntactic > sugar". At least that's my explanation. The outer brackets are required, > but you can't use more than 1 level there! > > So this is wrong: > *[ [ !has[draft.of]tag[Journal]!sort[date] ] next[] ]* > > It should be > > *[ !has[draft.of]tag[Journal]!sort[date] ] **[ next[] ]* > > or just > > *[ !has[draft.of]tag[Journal]!sort[date]next[] ]* > > > > -- > 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. > -- Jeremy Ruston mailto:[email protected] -- 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.

