Use case: I’m trying to overwrite a few core tiddlers to introduce a cascade filter mechanism (similar to the ones implemented in $:/core/ui/TagTemplate to set the tag icon and colour) to allow flexible customization of tags text labels. In particular, to allow displaying different fields other than the default title field in tag labels (reason: sometimes tiddler titles get too long).
Question: would I be forced to manually check and merge changes at every update of the TW core, or are there more efficient ways?
I’d like to set up a system that automatically overwrites small sections of the core so that I wouldn’t need to merge changes manually, perhaps coupled with an alert/log system that notifies me of situations requiring user supervision.
Thank you all,
Dam