Skip to content

Editor plugins

Zsuró Tibor edited this page Apr 27, 2024 · 7 revisions

The functionality of Mundus Editor can be extended via plugins.

Plugin template generator

You can generate plugin repository with Mundus editor plugin template repository.

Plugin build

After you generated a plugin, you can build it with this command:

./gradlew clean build

After you built the plugin you should copy the plugin jar file from plugin/build/libs/ directory to <your_home>/.mundus/.plugins/ directory.

Plugin in Mundus Editor

In the Log tab you can see the loaded plugins. Here is the built your-plugin.

image

And in the Plugins menu you can see the your plugin's menu button.