linking note boxes which contains another link

0 votes
asked 4 days ago 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 4 days ago by The-Lu (73,540 points)

Hello A.,

Perhaps link to this V1.2024.8 correction:

If that can help,
Regards,
Th.

commented 3 days ago by Andreas
edited 11 hours ago

[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 11 hours ago by The-Lu (73,540 points)

1 Answer

0 votes
answered 4 days ago by anonymous
edited 11 hours ago
[Removed, see comment above instead]
...