How can I find all tiddlers where fields names begin with price_ with $list filter ?

37 views
Skip to first unread message

Siniy-Kit

unread,
May 8, 2020, 5:43:38 AM5/8/20
to TiddlyWiki
Hi! I have tiddlers with fields names  price_1, price_nnn  and other with price_.....
how to write filter for it and find them all?

TonyM

unread,
May 8, 2020, 8:43:35 AM5/8/20
to TiddlyWiki
I think the filters you may be looking for are

[all[current]fields[]prefix[price_]] for price fields on the current tiddler

Or use say [!is[system]fields[]prefix[price_]]

Both return tiddlers with price fields you can then have code inside a list widget to extract the field values.

Let me know if you need more.

Regards
Tony

Reply all
Reply to author
Forward
0 new messages