1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-11-16 17:25:13 +00:00
plantuml-server/docs/WebUI/import-export.md
The-Lum 303976279f doc: fix some minor issues (links, order, shortcut)
- [x] Add shortcut (`Ctrl+,`) for Setting dialog on the doc
- [x] Add `Editor Watcher Timeout` and `Editor Options`
- [x] Rearange level of titles and order of links
2023-05-24 16:32:16 +02:00

978 B

Import and Export editable PlantUML Diagrams

Similar to draw.io it is possible to load and continue editing PlantUML diagram images.

Export a diagram

Via the editor menu or Ctrl + S (or Meta + S in the case of a Mac) you can open the file save dialog. Here you can edit the file name, choose a file/diagram type and download the diagram. The default is to download the PlantUML code.

export

Import a diagram

This feature is based on the PlantUML meta data which currently support only PNG and SVG diagrams. Besides a diagram image, you can of course also load a diagram code file. Moreover, because it is so nice and convenient, we also added a drag-and-drop feature.

import