[tw] Re: Grouped list of data tiddlers

2018-02-19 Thread Iain
Thanks Jed and Stephan. Very helpful. Cheers, Iain -- 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 post to this

[tw] Re: Grouped list of data tiddlers

2018-02-19 Thread Stephan Hradek
Better use regexp to find the type <$list filter='[all[]]' variable=ThisTiddler> <$list filter='[indexes[]regexp[^type$]]'> <> It will solve the issue mentioned. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw] Re: Grouped list of data tiddlers

2018-02-19 Thread Jed Carty
Tiddlywiki is built around fields so as you have discovered, it is much easier to build things in tiddlywiki that use fields. That being said, to do this using indexes you need something like this: <$list filter='[all[]]' variable=ThisTiddler> <$list