I'm trying to make a plug-in to catch a hyperlink and send it, along with some other details, to a Notepad window. It seems I'm hindered by the fact the Hyperlink() function only outputs to the active World window.
Question one: Is it in any way possible to change $world (as in $world->hyperlink in Perl) to refer to the Notepad window?
Question two: Could an easy way of sending a hyperlink to a Notepad window be added, if one doesn't exist already?
Question one: Is it in any way possible to change $world (as in $world->hyperlink in Perl) to refer to the Notepad window?
Question two: Could an easy way of sending a hyperlink to a Notepad window be added, if one doesn't exist already?