Documentation for JS plugins for BDEngine
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.
Installing and Managing Plugins
Desc
Plugin Installation
- 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.
Updating/Replacing a Plugin
Plugins are identified by the @namespace field.
If you install a plugin with the same @namespace, the existing plugin will be replaced/updated.
Managing Installed Plugins
Open: Editor Settings → Plugins
In this section you can:
- view the list of installed plugins;
- download plugins to review or modify their code;
- delete/update plugins.