[tw5] Re: Please help with a "complex" then else filter

2020-05-22 Thread TonyM
Joshua I believe saqs form is nessasary because it must be a seperat run to operate on all tiddlers resulting from all previous runs not only the [is[system]here] Do tell me so if I got it wrong. Regards Tony -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Please help with a "complex" then else filter

2020-05-22 Thread Joshua Fontany
Syntax gremlins (they bug me too). "Runs" (sequences of filter operators) should be wrapped in square brackets, so -[is[system]]then[true]else[false] Should be -[is[system]then[true]else[false]] But I'm not sure that's going to do what you want AAah, Saq found the syntax, good. Best,

[tw5] Re: Please help with a "complex" then else filter

2020-05-22 Thread Mat
Since your first filter works, I guess it is not the problem but just to make sure: - I don't think there can be spaces next to the equal sign. Or I just learned something new. - There are some differences between the SetWidget and the VarsWidget where the former is somewhat more

[tw5] Re: Please help with a "complex" then else filter

2020-05-22 Thread Tony K
Man you are so quick it is not even funny thank you so much On Friday, May 22, 2020 at 10:01:08 AM UTC+3, Saq Imtiaz wrote: > > try: > > {{{ [regexp:title] [regexp:text] > -[all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]] > +[then[true]else[false]] }}} > > On Friday, May

[tw5] Re: Please help with a "complex" then else filter

2020-05-22 Thread Saq Imtiaz
try: {{{ [regexp:title] [regexp:text] -[all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]] +[then[true]else[false]] }}} On Friday, May 22, 2020 at 8:56:23 AM UTC+2, Tony K wrote: > > > > i have this filter > >[regexp:title] [regexp:text] -[all[current] > backlinks[]]