If I have a tiddler with a link <a href="#Another">Another tiddler</a>
, then clicking it will load the other tiddler. However, if I navigate normally (through wiki links) to another tiddler and back to the first, then clicking the link now doesn’t work. The problem is that the first click added the anchor to the navigation of the browser (I’m using the single file TW5), so now another click is a nop. (If I have another such anchor link it will navigate to the other tiddler).
My use case is that I use the viz (graphviz) plugin and I want the nodes to have links to tiddlers.
Is there a trick to fix this? Maybe something that listens to tiddler navigation events and then removes the anchor from the browser navigation?