popup on mouse hover?

Posted by Furrydegenerate on Thu 28 Sep 2023 11:57 PM — 2 posts, 7,309 views.

#0
I do not have much of a dev skillset. The best I can do is write rudimentary shell scripts.

I want MUSHclient to highlight a word in the buffer and make it look like a link where on mouse hover, a popup of specific notes come up for display.

Is this possible?
Amended on Fri 29 Sep 2023 12:54 AM by Furrydegenerate
Australia Forum Administrator #1
Template:function=Hyperlink
Hyperlink

The documentation for the Hyperlink script function is available online. It is also in the MUSHclient help file.



There is provision there for:

* A hint (what appears if the mouse hovers over the hyperlink).

So what you could do is detect the appropriate line in a trigger, omit it, and call a script to replace it with a similar line, with the parts you want replaced with hyperlinks.