However, the second link [[aqua (water)|?]] is not visible in the tiddler (the text/link just disapears as I finish typing it) and there’s nothing to click. While fiddling around, I did get it to show and work but then I did something and it’s gone again. I don’t know what I did to make it work and now I can’t repeat it!
Is this something to do with the ( )? Alternatively, I also read on My Plugin Library — mklauber's Plugins for TiddlyWiki that ‘… An alias does not re-render automatically when you change the number of aliases it points to…’.
I find that the original alias aqua (water) still doesn’t appear and neither does aqua ()water. However, [[aqua (water|?]] is shown and links to the aqua tiddler as expected.
Glad to hear any thoughts and maybe @pmario may have a comment… as ever, many thanks!
It seems that Unicode encoding needs to be used when defining the alias and also in the link. So [[aqua (water)|?]] displays and links to aqua correctly, although the text in the link that displays is aqua(water) (note lack of space character). Also the alias is shown in aqua as aqua (water), which isn’t ideal.
No hassle. .. Thx for pointing out a bug. … The fix could be made on the wikitext level of the plugin. I needed to update the elements to the latest possibilities the TW core uses to deal with special characters in tiddler titles. It’s the same mechanism.
If anything new comes up. .. Just write it here or create an issue at GitHub if you want.