-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link destination popup on hover #628
Comments
Awesome :-) !! -- because I miss this feature for a long time! Few hours ago I spotted this issue and was hooked again! → I'm on it (again -- years ago I tried hacking qt-stuff for exactly this reason but got tired and failed) A bit more work is to be done before pull-request: I aim for something like a small |
This one works for me until a qt professional shows how to do it right :-) |
@red-kite thanks for implementing this! |
Using ReText 8.0.1 on Ubuntu 22.04.
Enabled the WebEngine renderer option (had to pip install PyQt6-WebEngine).
With live preview on.
Observed behaviour
When hovering over a link, nothing happens. The user must either click the link or copy the address and paste it, to know what the link points to.
Expected behaviour
A popup should appear, showing the destination URL.
Either in the bottom left, as with most web browsers:
Or floating near the link, as in LibreOffice Writer:
The text was updated successfully, but these errors were encountered: