You can get a field list and counts like this: <$list filter="[all[tiddlers+shadows]fields[]sort[]]" variable="field"> <$list filter="[all[tiddlers+shadows]has:field<field>count[]]" variable="count"> <<field>> : <<count>> <br/> </$list> </$list>
You could add a 3rd nested loop if you wanted a further break down by tiddler type. On Tuesday, October 8, 2019 at 8:53:45 AM UTC-7, Cd.K wrote: For clarification: Each field found should be included once in the list. > > author > core version > created > creator > dependents > description > list > modified > title > type > ... > > In the TiddlyWiki's HTML file, these fields can be found in the <div> > tags. > > Now I'm surprised that the field "text" is not explicitly present. The > field "text" is implicitly equal to the <pre> tag. > In packed plugin tiddlers, there is an explicit field "text" in the <pre> > tag. > These fields should also be listed. > > text > module-type > library > ... > > > An additional counter, in how many tiddlers the respective field is used, > would be desirable. > > Also, a classification, if this field is only used by standard, system, > shadow tiddlers and/or combinations of these tiddler types. > > > Regard > Cd.K > > -- 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/780320a0-dca1-4b8e-b333-5d638b44403d%40googlegroups.com.

