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.
renderafter updating the editorprerenderbefore updating the editorinsertTagafter inserting a tagunwrapTagafter unwrapping a tagredoafter redoundoafter undopasteafter pasting