/zenuml-jetbrains-plugin

An IntelliJ plugin which allows you to edit ZenUML diagrams directly in IntelliJ!

Primary LanguageKotlinApache License 2.0Apache-2.0

ZenUML Universal for JetBrains

Build Status (GitHub Workflow Build) JetBrains Plugins Downloads

This official extension integrates ZenUML directly into all JetBrains IDEs. It supports ZenUML diagram files with the extensions .z, .zen and .zenuml.

The editor uses an offline version of ZenUML renderer, therefore it works without an internet connection and content stays local in your IDE.

About

This plugin is still an early version and experimental. If you like, you can help to evolve it.

screenshot

Installation

Releases are available on the JetBrains Marketplace. Use Install plugin from repository to install them.

For pre-releases, either

References

Authors

Docs

An architecture overview can be found at https://drawio-intellij-plugin.netlify.app/ .

FAQ

How do I build and run this project?

For development purpose, clone the project locally and start it with the command

./gradlew runIde

This will build the plugin and start an Instance of IntelliJ with the plugin already installed. You can even start this in debug mode.