Is it possible to make tiddlers from a template, whereby all tiddlers created using that template remain linked to it after creation, so that if new fields are added to the template, all the tiddlers created with it are automatically given those new fields (and conceivably default values for each field)?
Essentially the goal is to create a database type structure, with each tiddler having a set of fields to hold the relevant information about an entry. I anticipate that the set of fields I initially can think of will evolve and grow over time, and it could get quite inconvenient to go back and add new fields manually to every entry.
I can see one way to create tiddlers with a predefined set of field via the tm-new-tiddler
widget message, but if I understand right this looks like a one-way deal (i.e. previously-created tiddlers will not receive new fields added to the template definition later down the line).
Does anyone know if there’s a better template approach that will allow for such a “dynamic template” functionality?