Welcome to PlantUML Interactive Editor! This application is designed to provide an intuitive and interactive environment for editing PlantUML code and generating diagrams in real-time. Whether you're creating a huge activity diagram or a single while loop, our tool streamlines the process, allowing you to focus on design rather than syntax.
With PlantUML Interactive Editor, you can:
- Edit PlantUML activity diagrams by directly interacting with the diagram
- Also change the diagram by editing the PlantUML code, just like other PlantUML editors, allowing you to choose code or interactive editing depending on what is easier in the moment
- Instantly preview diagrams as you type
- Easily share the created diagram
- Right-click on elements to open context menu
- Double-click on elements to edit the text
- Submit edited text with the button or using CTRL + ENTER
- Left-click and drag in the diagram to pan
- Use mouse wheel or pinch on touch pad to zoom
- Delete the text of a title, note or group/partition to delete the element
- To share a diagram, just copy the URL in the address bar
- Hover over elements to see the corresponding line highlighted in the editor
- Clicking on a line with an activity in the editor highlights the corresponding activity in the diagram
- Python 3.11
- PlantUML, https://plantuml.com/starting
- The path to the PlantUML must be set in an .env file, see .env.example
In the target python environment:
pip install .
python -m plantuml_gui
- uv
uv run pre-commit install -t pre-commit -t pre-push
uv run pytest
uv run python -m pytest --cov --cov-report=html
- Run
uv run python -m http.server
and open the server in a browser - In the browser, open tests/js/SpecRunner.html