Hyperlinks don't do anything
See original GitHub issueI can write hyperlinks fine in my PlantUML diagram and the text renders in blue, with the underline, as though it is a hyperlink, but clicking on it (in the image preview) doesn’t actually do anything.
I see that I can copy it as a PlantUML server link (http://www.plantuml.com/plantuml/uml), where there’s a diagram
consisting of the img
and a map
, which has the hyperlink. Would it please be possible to enable something like that for the IDEA plugin?
Ideally, I’d like to include hyperlinks like file://../../app/MyClass.java
, but since I need to go to the web to render things, the best I can do is https://github.com/…/MyClass.java
, which isn’t conducive to editing.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top Results From Across the Web
Hyperlinks not working in Outlook? How to make links open ...
The main reason of hyperlinks not working in Outlook is the default Internet browser not registered (properly) in your operating system.
Read more >Hyperlinks are not working - Outlook - Microsoft Learn
Start Internet Explorer. · On the Tools menu, select Internet Options. · Select Programs > Reset Web Settings. · Under Internet programs, make...
Read more >How to Make Unresponsive Hyperlinks Work In Outlook
Fix Outlook When Links Don't Work in Email in Windows 7 · Select Start and choose Control Panel. · Select Programs. · Select...
Read more >Microsoft Outlook Hyperlinks Not Working & 4 Fixes
1. Open Microsoft Edge. 2. In the address bar, type edge://settings/reset. 3. Under Reset settings, click Restore settings to their default values.
Read more >5 Best Ways to Fix Unable to Open Links in Outlook
1. Reset Browser. In most cases, Outlook's hyperlink issue is browser-related. So, if you can't seem to figure out what's stopping you ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can try it: https://github.com/esteinberg/plantuml4idea/releases/download/2.24.0/plantuml4idea.zip
(install the whole zip, or drag it into the editor)
Hmm this no longer works: https://github.com/esteinberg/plantuml4idea/blob/2b644d0b7a27a5d40d985c9fe1ab327b7dc2dc16/src/org/plantuml/idea/rendering/ImageItem.java#L214-L235 it need to process:
@koroandr