[tw5] Re: Help with filter

2021-12-21 Thread Jon
Perfect! Many thanks Jon On Tuesday, 21 December 2021 at 14:12:03 UTC cj.v...@gmail.com wrote: > Some alternatives that are more compact: > > <$vars expression="Footnotes##myref1([^0-9]|\b)"> > > <$list filter="[regexp:text]"> > {{!!title}} > > > > <$vars

[tw5] Re: Help with filter

2021-12-21 Thread Charlie Veniot
Some alternatives that are more compact: <$vars expression="Footnotes##myref1([^0-9]|\b)"> <$list filter="[regexp:text]"> {{!!title}} <$vars expression="Footnotes##myref1(^\d|\b)"> <$list filter="[regexp:text]"> {{!!title}} On Tuesday, December 21, 2021 at 10:06:55 AM UTC-4 Charlie Veniot

[tw5] Re: Help with filter

2021-12-21 Thread Charlie Veniot
G'day Jon, Sounds like you need something along the lines of: <$vars expression="Footnotes##myref1([^0123456789]|\b)"> <$list filter="[regexp:text]"> {{!!title}} On Tuesday, December 21, 2021 at 3:18:36 AM UTC-4 Jon wrote: > Hi, > > I have this as the 1st line of a filter > > <$list

[tw5] Re: help on filter and enlist

2018-10-06 Thread Laurent Bonet
Perfect. Thanks so much for the reactivity and the clarity of the answer! Le samedi 6 octobre 2018 11:16:07 UTC+2, Laurent Bonet a écrit : > > Hello, > > Would like to get help on how to write a filter which include enlist. > I want to filter a list which is contained in field called validity

[tw5] Re: help on filter and enlist

2018-10-06 Thread Jed Carty
The problem is that title in your filter is a construction operator (https://tiddlywiki.com/#Selection%20Constructors) If the things listed are tiddlers than you can use field:title[X] and it will work the way you expect, but only if there is a tiddler called X. If the list isn't just titles