This project serves as a template for creating plugins for Xed-Editor (Karbon).
Follow these steps to set up the repository and build your plugin:
Start by cloning this repository and navigating into its directory:
git clone https://github.com/Xed-Editor/pluginTemplate
cd pluginTemplate
mkdir -p sdk
-
Download the latest
xed-editor-sdk.jar
from the GitHub actions.Note: If certain APIs or Classes are not available in your plugin then just update the SDK jar.
-
Unzip it and Place the downloaded
xed-editor-sdk.jar
file into thesdk
directory of your repository.
Run the following command to build your plugin:
bash build.sh
After a successful build, your plugin will be available at:
output/
there should be a file with .plugin extension this is your final file. you can install this from the app