2023-05-02 20:04:32 +00:00
|
|
|
# PlantUML Server Web UI
|
|
|
|
|
2023-05-23 19:58:45 +00:00
|
|
|
## First example: "Alice and Bob"
|
2023-05-02 20:04:32 +00:00
|
|
|
|
|
|
|
![alice-bob](https://raw.githubusercontent.com/plantuml/plantuml-server/master/docs/WebUI/gifs/alice-bob.gif)
|
|
|
|
|
|
|
|
## Multipaging
|
|
|
|
|
|
|
|
Just see what you want.
|
|
|
|
And if its the second diagram page, so be it.
|
|
|
|
|
|
|
|
![multipaging](https://raw.githubusercontent.com/plantuml/plantuml-server/master/docs/WebUI/gifs/multipaging.gif)
|
|
|
|
|
|
|
|
## Split Screen
|
|
|
|
|
|
|
|
You have multiple monitors? You want to share your Window but only show the diagram and not the code? Than do it!
|
|
|
|
|
|
|
|
![multipaging](https://raw.githubusercontent.com/plantuml/plantuml-server/master/docs/WebUI/gifs/split-screen.gif)
|
|
|
|
|
|
|
|
## More
|
|
|
|
|
2023-05-23 19:58:45 +00:00
|
|
|
- [Settings](https://github.com/plantuml/plantuml-server/blob/master/docs/WebUI/settings.md)
|
|
|
|
- [PlantUML Language Features](https://github.com/plantuml/plantuml-server/blob/master/docs/WebUI/language-features.md)
|
|
|
|
- [Import/Export](https://github.com/plantuml/plantuml-server/blob/master/docs/WebUI/import-export.md)
|
2023-05-24 14:18:43 +00:00
|
|
|
- [Mobile Version](https://github.com/plantuml/plantuml-server/blob/master/docs/WebUI/mobile.md)
|