I'm trying to call a lib macro from an HTML link in the Notes popup when clicking on a object. I have the HTML string like so:
<a href="macro://TEST@lib:MacroTest/all/Impersonated?">...and...<br> ...chittering...</a>
In the Notes popup the text appears using link styling, but on click does nothing.
If I just paste that <a> block into the chat, I can click on the link and it runs the macro correctly. Similarly, I can put an HTTPS link into the Notes popup like
<a href="https://google.com">...and...<br> ...chittering...</a> and clicking the link in the Notes popup opens Google.