Rod, I am working on a button I call smart-interlink which provides a button on tiddlers that works, not unlike the permalink button, however it allows you to copy or drag a link formed like your above example, in a html a record. However it includes additional features like a computed target / target tab/window.
- Basically it reliably provides interwiki links.
- The only reason it has not yet being finished is I am trying to make it into a larger reliable solution to manage wikis and their window.name. File and http/s links.
- I have recently collected most of the pieces to complete this.
- My biggest annoyance is browser tabs do not remember their window name.
This is an example of link it generates to a wiki;
To an other wiki/tiddler;
<a data-browser="Firefox" href="https://tiddlywiki.com/#%24%3A%2FControlPanel" target="tiddlywiki.com" title="Smart interlink">tiddlywiki.com</a>
To a wiki
<a data-browser="Firefox" href="https://tiddlywiki.com/" target="tiddlywiki.com" title="Smart interlink">tiddlywiki.com</a>
The reason I include the browser name is because, my wiki tabs have a “home browser”. FireFox, Chrome or Edge.
I would find it easier to complete, along with other solutions, with sponsorship, as I don’t currently have paid work.