Add ability to specify target in links

0 votes
asked Sep 30, 2022 in Wanted features by Todd Musheno (2,680 points)

If one wanted a link like

<a href="https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/lang/String.html" target="docframe">String</a>

How would we do that given the existing link syntax?

commented Sep 30, 2022 by The-Lu (64,340 points)

Hello T., and all,

For HTML target, see also:

Then for PlantUML point of view:

  • What is your output format? 
  • If SVG, you can test: 
skinparam svgLinkTarget docframe 

If that can help,
Regards.

commented Sep 30, 2022 by Todd Musheno (2,680 points)
I agree this is somewhat of a generalization of 16209.

I guess I am asking... if I need a link with a target, what is the recommened approach, if there is one.

If not, can this be added.
commented Oct 24, 2022 by Todd Musheno (2,680 points)

Seems there is a way to do this across a document (skinparam svgLinkTarget), but would like to be able to specify on a per link basis.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...