linking note boxes which contains another link

0 votes
asked Oct 31, 2024 in Question / help by andreas.kagedal (320 points)

Previously it worked to make a note box (sequence diagram) linked by adding a link at the top using the [[link]] syntax and combine it with linked text inside the note box. Clicking anywhere except on the link

@startuml
rnote over RcUeNr [[link1 yo!]]
Some text [[link2 My Linked Text]]
end rnote
@enduml

This also seems to work fine on the online server which runs 1.2024.8beta3.

But when I try this on my local 1.2024.7 it does not work. The text of the link (link2) in the note box is not visible, see below. Do I understand correctly from this that this is a bug that will be fixed in 1.2024.8?

commented Oct 31, 2024 by The-Lu (89,080 points)

Hello A.,

Perhaps link to this V1.2024.8 correction:

If that can help,
Regards,
Th.

commented Nov 1, 2024 by Andreas
edited Nov 4, 2024

[EDIT: fixed link]

Indeed! It seems that it is related to SVG generation. My example, see below, works fine for PNG, but if you select the SVG link at the bottom, it does not work.

https://www.plantuml.com/plantuml/uml/SoWkIImgAStDuIhAooz9LSWlIorI24eEJVKhKeYEpidCopPKgCnNZ8tb2ixFJLKeIQqeWOeRAVXMAlW06Qaf2Y50OQ2IrBmK1R0nN0v09j1G0000

I followed the github link, and i think it says that there it is fixed. Is it possible to say in what release of plantuml it will be included?

/Andreas

commented Nov 4, 2024 by The-Lu (89,080 points)

1 Answer

0 votes
answered Oct 31, 2024 by anonymous
edited Nov 4, 2024
[Removed, see comment above instead]
...