I have long wanted to implement “field tiddlers” similar to “tag tiddlers” against which one could set a caption field, and other details.
Now with the cascade functions I think this may be easier than ever. However just as with tags I like to use plain language names.
- If, as in this topic, I created a tiddler field named “fieldname_with_underscore” or with spaces, it would of course some up in searches, and is some rare situations may clash with a tag or regular tiddler of the same name.
As has being addressed in this Topic the simpler solution is to simply process a fieldname into a caption or label using a deterministic pattern, for example change underscore or hyphens to spaces, sentence case the resulting words and add a colon space : at the end.
Although I would love to take this a lot further and may start a relevant topic.