question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hyperlinks don't do anything

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
krasacommented, Apr 20, 2020

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)

1reaction
krasacommented, Mar 17, 2020

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:

        <a href="https://giuthub.com/" target="_top" title="https://giuthub.com/" xlink:actuate="onRequest"
           xlink:href="https://giuthub.com/" xlink:show="new" xlink:title="https://giuthub.com/" xlink:type="simple">
            <text fill="#0000FF" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs"
                  text-decoration="underline" textLength="35" x="182" y="67.1045">github
            </text>
        </a>

@koroandr

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found