Drevarr. Christian got it in one is so far as this finds all fields in the wiki and filters only those with the prefix.
If you use [all[current]fields[]prefix[act_]] then it will only get the current tiddlers fields and the list result in the fieldnames, but you could use other filters like object-type[person]] for all tiddlers containing For this reason I would use a variable name as Christian has, so that you can continue to address fields in the currentTiddler Regards Tony On Monday, March 16, 2020 at 10:34:11 AM UTC+11, ChristianB wrote: > > Try this as a starting point to list your fields in a table >> > > <table> > <$list variable="fieldName" filter="[fields[]prefix[act_]]" > > <tr> > <td><<fieldName>></td> > <td><$view field=<<fieldName>> /></td> > </tr> > </$list> > </table> > > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/79860760-36d3-4222-b9cf-d35961098d34%40googlegroups.com.

