Please add support for the target attribute in addition to {tooltip} for links

0 votes
asked Nov 29, 2019 in Wanted features by boshka (3,940 points)
For example, like this:

[[url{target=_blank;tool tip text}]]

please support all target attribute values.

Thank you!

1 Answer

+2 votes
answered Feb 27, 2020 by OutdoorAcorn

You can set the target for all links in the diagram with the `skinparam svgLinkTarget` command. It's not yet documented but this other reply on this forum mentions it.

For `target=_blank` you would need to add this:

skinparam svgLinkTarget _blank

Hope this helps,
=)

commented Feb 27, 2020 by boshka (3,940 points)
thank you!

this will work for all links, however, sometimes I need to differentiate one _blank, another _self on the same diagram
...