[tw5] Re: How to build a "dynamic" list ?

2020-06-05 Thread Eric Shulman
On Friday, June 5, 2020 at 3:07:11 AM UTC-7, TonyM wrote: SAq's suggestion is applying the reqexp to the titles, that is not what > you want is it, your pattern is running against the text field. Saq's second suggestion was: [tag[DailyNotes]regexp:text[$pattern$\b(?)i] which *does* apply the

[tw5] Re: How to build a "dynamic" list ?

2020-06-05 Thread TonyM
Tony, You did Well, Tony. 1. It sounds to me like the pattern will remain the same for all items in your final list but you want to access the tiddler name as well in the result. 2. If you use "get" the value ends up being the title coming out of the list. 3. SAq's

[tw5] Re: How to build a "dynamic" list ?

2020-06-05 Thread Tony K
no specific reason at all, i just don't know better will give it a try thanks a bunch On Friday, June 5, 2020 at 12:33:25 PM UTC+3, Saq Imtiaz wrote: > > Is there a specific reason why you need nested lists? Do you want the > tiddler titles or the text that matches the regexp? > >

[tw5] Re: How to build a "dynamic" list ?

2020-06-05 Thread Saq Imtiaz
Is there a specific reason why you need nested lists? Do you want the tiddler titles or the text that matches the regexp? [tag[DailyNotes]regexp[$pattern$\b(?i)] or [tag[DailyNotes]regexp:text[$pattern$\b(?)i] -- You received this message because you are subscribed to the Google Groups