All I want is a trigger that will make certain output from the MUD [for eg. http://(.*) or (www\..*) ] become active hyperlinks and clickable in exactly the same way as MXP would and as I would when highlighting and selecting "Go to URL" in the drop down menu.
The MUD is actually LambdaMOO and it isn't publeo enhanced but, as it is a MOO, I can program my $player:tell() verb to add the relevant MXP tags. I've experimented with this but the server always sends (i assume) a final \n and escapes my escapes.
E 1024: ( 1991) Secure MXP tag ignored when not in secure mode: <a>
Obviously I am never going to be allowed into Secure Mode and the only way I can send escape sequences is via world.tell() which is never parsed by MXP. Only the server output is parsed... So I've kinda given up on that..
So now, my question/request is, could we please have a trigger option 'Make Hyperlink' (make %1 the url and %2 optional text) or even a Function that my trigger could call, something like, 'world.noteHyperlink(<url>,[optional text])' which would display nice clickable hyperlink and would behave exactly as "Go to URL"? or even just send the output from .tell .note through the MXP parser. I dunno...all I want is nice clickity hyperlinks.
If someone has a workaround, I would be delighted to know about it, if not, i think this would add value to your product. Also, many other smaller mud clients already have this.
Thankyou.
The MUD is actually LambdaMOO and it isn't publeo enhanced but, as it is a MOO, I can program my $player:tell() verb to add the relevant MXP tags. I've experimented with this but the server always sends (i assume) a final \n and escapes my escapes.
E 1024: ( 1991) Secure MXP tag ignored when not in secure mode: <a>
Obviously I am never going to be allowed into Secure Mode and the only way I can send escape sequences is via world.tell() which is never parsed by MXP. Only the server output is parsed... So I've kinda given up on that..
So now, my question/request is, could we please have a trigger option 'Make Hyperlink' (make %1 the url and %2 optional text) or even a Function that my trigger could call, something like, 'world.noteHyperlink(<url>,[optional text])' which would display nice clickable hyperlink and would behave exactly as "Go to URL"? or even just send the output from .tell .note through the MXP parser. I dunno...all I want is nice clickity hyperlinks.
If someone has a workaround, I would be delighted to know about it, if not, i think this would add value to your product. Also, many other smaller mud clients already have this.
Thankyou.