plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.59k stars 463 forks source link

[feature] allow SVG to show in a frame together with the source #335

Closed VladimirAlexiev closed 1 month ago

VladimirAlexiev commented 1 month ago

Currently /uml on the server shows the source, and a PNG below (or to the right) of it.

This works fine for most diagrams, but there are some where the SVG looks or works differently from the PNG. Most importantly, when using links and tooltips, these work only in SVG but not PNG.

So it would be very useful if there's an option to show SVG in a frame below (or to the right of) the source.

HeinrichAD commented 1 month ago

It is already possible to chose what you want to see on the right side. As an example please look into the documentation: https://github.com/plantuml/plantuml-server/blob/master/docs/WebUI/settings.md#rendering-type

Please keep in mind that the plantuml-server (this repository) and the PlantUML online service (http://www.plantuml.com) are not the same. The later on is closed source as far as I know.