Notes on my Design strategy
I am trying to bring together knowledge from my own and others use of tiddlywiki from over more than a decade. In this case speficialy to handle fields, field-types and may extend into “tiddler-types” and forms, Hopefully this will converge on a good solution.
However: As an expierenced designer I know it is importiant to keep the initial design development phase open as long as practical, not to become locked into a particular path. I am always looking for solutions that;
- Avoid forced compromises
- Leverage existing standards or philosopies
- Are as intuitive as possible
In this case I feel there may be more to be discovered here!
so I continue to encorage ideas here.
Note on missing tiddlers;
I have come to realise that the current missing tiddler mechanisium is less than optimal. The $:/language/MissingTiddler/Hint is only invoked at the lowest point in the existing cascads from within the “view template body”, making it hard to ultimatly have different “missing tiddler types”. Relavent here is “missing field (definition) tiddlers”, but the same could be said also for missing tag tiddlers, or missing alt-tag tiddlers.
- I suspect a new cascade would make sense here to determin by filter which missing tiddler hint to use.
- Realise this is a somewhat advanced subject that I know perhaps only myself, @etardiff and @Springer have focused on of late.
- I am now going to study the Info > Advanced > Cascades to look into introducing additional ones for field definitions and missing tiddlers.