-
Notifications
You must be signed in to change notification settings - Fork 22
Editor plugins
Zsuró Tibor edited this page Apr 27, 2024
·
7 revisions
The functionality of Mundus Editor can be extended via plugins.
You can generate plugin repository with Mundus editor plugin template repository.
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.
In the Log
tab you can see the loaded plugins. Here is the built your-plugin
.
And in the Plugins menu you can see the your plugin's menu button.
And if you click in to the menu button then you can see your plugin's menu.