Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add posibility to import PlantUML diagrams #225

Open
oanalavinia opened this issue Jul 11, 2022 · 1 comment
Open

Add posibility to import PlantUML diagrams #225

oanalavinia opened this issue Jul 11, 2022 · 1 comment
Assignees

Comments

@oanalavinia
Copy link

draw.io supports importing PlantUML diagrams, see https://www.diagrams.net/blog/import-formats
It would be nice to be able to enable this feature for Diagram Application.

@oanalavinia
Copy link
Author

oanalavinia commented Jul 11, 2022

Similar to PDF export, there is an external server used by draw.io for importing PlantUML diagrams: https://plant-aws.diagrams.net.
In this case, a configuration can be added to enable the PlantUML import with the possibility to provide a custom server, if the user doesn't want to expose content to an external service.

Information for setting up your own server can be found at https://github.com/jgraph/plantuml-server and https://github.com/jgraph/plantuml-serverless.
Note that if disableExternalServices is enabled, see #105, this feature will also be impacted.

Note also that any PlantUML server might work, like http://www.plantuml.com/plantuml or https://plantuml.nitorio.us. After testing them, you can use their documentation to deploy your own.

@snazare snazare self-assigned this Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants