<<target>> as shown link there are some realy ugly cases like https://en.wikipedia.org/wiki/Phrases_from_The_Hitchhiker%27s_Guide_to_the_Galaxy#The_Answer_to_the_Ultimate_Question_of_Life,_the_Universe,_and_Everything_is_42.
I changed it and now got these possibilities.
I did not figure out how to show currentTiddler. I bet, I am missing triple brackets or somebackticks.
How do I pass <<currentTiddler>> to the procedure without the long macrocall?
If I use {{!!title}} in those cases, it looks and works fine in some wikis BUT
the 4th row each (âshow currenTiddlerâ) is somehow corrupt. On tiddlywiki.com and tiddlyhost it mixes the links, depending on how many / are in the title. On empty.html it works fine.
This seams to be a problem with CamelCase that I to stumbled upon by chance. CamelCase is activated on tiddlywiki.com and it overrules my link. Without CamelCase it works fine.
My procedure doesnât set a âwikipedia browser tabâ. If have another link with target="wikipedia" and use this first to create a browser tab âwikipediaâ than my procedure will use this tab. But if the browser tab with the wikipedia site is created by my procedure than it will create a new tab for each link.
@TW_Tones Thanks for the offer! Could you have a look at the code?
How can I set the target tab?
How can I call the procedure to show the tidderl title? Is my use of {{!!title}} the elgetante was or could one use currentTiddler?