I have a plugin I’m developing and it needs to over-ride one of the tiddlers in someone else’s plugin. I assigned my own plugin a priority of “3”, and the other plugin has no assigned priority. When I saved and reloaded, the original tiddler, not mine, is still being used.
When I click on my version of the tiddler inside the plugin, I’m shown the contents of the original tiddler (not mine). By editing the plugin, I can inspect the JSON and see that the plugin itself contains my tiddler and text, so I haven’t miscopied the wrong tiddler.
But the tiddler that “wins” when I click on the link is the original.
Is this expected behaviour ?