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 filter='[<ThisTiddler>indexes[]prefix[type]suffix[type]]'> <!-- display code here --> </$list> </$list> There are problems with this approach, like a field called typefootype will also show up. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ce577351-4bcb-4742-9cf4-c6a2ed0b12f2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

