This section is currently being written and will be updated frequently.
Important: only the API from window.editorAPI is considered stable and officially supported.
The window.editor object is available for exploration and experimentation, but its structure may change without notice and compatibility between versions is not guaranteed.
Prepare a JS file with the plugin (see the “Structure of a JS Plugin” section).
Drag and drop the .js file into the editor window.
The editor will recognize the plugin header and install it.
Plugins are identified by the @namespace field.
If you install a plugin with the same @namespace, the existing plugin will be replaced/updated.
Open: Editor Settings → Plugins
In this section you can: