Jodit plugin system
Jodit.plugins.add('emoji2', { init() { alert('emoji Inited2') }, destruct() {}}); Copy
Jodit.plugins.add('emoji2', { init() { alert('emoji Inited2') }, destruct() {}});
Public method for async init all plugins
Add plugin in store
Get plugin from store
Remove plugin from store
Returns the promise to wait for the plugin to load.
If you like Jodit - try Jodit PRO
Jodit plugin system
Example