Re: [tw5] Re: List Filter: A plus B or C

2020-06-14 Thread Mohammad Rahmani
This is one of the best sources to learn filter logic! many thanks for sharing Jed! Best wishes Mohammad On Thu, Jun 11, 2020 at 4:41 PM Jed Carty wrote: > For future reference, I wrote up some notes about how to transfrom Boolean > logic into filters here >

[tw5] Re: List Filter: A plus B or C

2020-06-11 Thread Jed Carty
For future reference, I wrote up some notes about how to transfrom Boolean logic into filters here https://ooktech.com/jed/ExampleWikis/FilterLogicExamples/ It needs to be updated with some new filter operators that are available, but it covers the basics. -- You received this message because

[tw5] Re: List Filter: A plus B or C

2020-06-11 Thread Sapphireslinger
Thank you! -- 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 tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit

[tw5] Re: List Filter: A plus B or C

2020-06-11 Thread Eric Shulman
On Thursday, June 11, 2020 at 2:46:19 AM UTC-7, Sapphireslinger wrote: > > How to I get all tiddlers tagged with "lewrockwell" plus "best sentence" > OR "best paragraph"? > > <$list filter="[tag[(lewrockwell + (best sentence)||(best paragraph)] > !sort[title]]"> > <$link><$transclude