Hello,
I am start building custom plugin for editorjs.
I need to detect text ( H1...H6 ) has changed in editor..
Mainly, The plugin developed for Table of content so it must be need to detect on change.
I found that code:
new Editor({ ...otherProps, onChange: handleOnChange })
But, it only working on editojs but not work in custom plugin
Hello, I am start building custom plugin for editorjs. I need to detect text
( H1...H6 )
has changed in editor.. Mainly, The plugin developed for Table of content so it must be need to detect on change.I found that code:
new Editor({ ...otherProps, onChange: handleOnChange })
But, it only working on editojs but not work in custom plugin