You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
mGSD's tag-based references benefited from some generic tag-enhancing plugins.
One of particular utility (maybe also by @simonbaird, don't quite remember) checked for inbound (tag) references on (tag tiddler) rename, listed referencing tiddlers, and offered to modify the references to preserve integrity.
It would be nice if gsd5's various reference fields had the same integrity-preserving behavior on rename.
Technical question about TW5 data model: Are the reference fields typed as tiddler references, or are they just string fields? If they are/can be typed as references, this could be implemented by iteration over all tiddlers / fields, filtering for reference field instances. Otherwise, a whitelist of known reference fields would have to be maintained, which would be annoying.
Places this has bit me so far, in 10 minutes of testing:
renaming realms
renaming projects
best,
Eric
The text was updated successfully, but these errors were encountered:
Kicking tires. Lots of progress, looking good!
mGSD's tag-based references benefited from some generic tag-enhancing plugins.
One of particular utility (maybe also by @simonbaird, don't quite remember) checked for inbound (tag) references on (tag tiddler) rename, listed referencing tiddlers, and offered to modify the references to preserve integrity.
It would be nice if gsd5's various reference fields had the same integrity-preserving behavior on rename.
Technical question about TW5 data model: Are the reference fields typed as tiddler references, or are they just string fields? If they are/can be typed as references, this could be implemented by iteration over all tiddlers / fields, filtering for reference field instances. Otherwise, a whitelist of known reference fields would have to be maintained, which would be annoying.
Places this has bit me so far, in 10 minutes of testing:
best,
Eric
The text was updated successfully, but these errors were encountered: