Hi everyone
I am working on TiddlyBlink with Saq. One thing I realized today is that when I upgraded TiddlyWiki, the $:/core/ui/EditTemplate replaced the one I had tampered with. Expected behavior.
My dilemma is that for TiddlyBlink I do need to make a permanent change to that tiddler, so that saving the changes will create new tiddlers from the missing links in the tiddler. (I have this figured out, it works)
Unfortunately, $:/core/ui/EditTemplate is not like other tiddlers, where you can disable it by removing a tag, and then clone it to create your own version of it. So if I put this up, users will be fine until they upgrade, then their links won't work right. They will show as missing links.
How should I handle this? Could Jeremy change this tiddler so it can be disabled and cloned as other shadow tiddlers are? Or is there another workaround I am not thinking of?