Events
If you have to customize the editor, you may want to hook some actions and add original functions
You can easily hook events like below.
editor.on('render', () => {
/* write some codes here */
});
This is the list of the event you can hook.
render
after updating the editorprerender
before updating the editorinsertTag
after inserting a tagunwrapTag
after unwrapping a tagredo
after redoundo
after undopaste
after pasting