How to insert hooks into 'createEditor' or how can I listen the markdown change out of 'createEditor' #648
-
Editor.make().config((ctx) => {ctx.get(listenerCtx)
.markdownUpdated((ctx, markdown) => {
//how to insert hooks here or any other way to user 'markdownUpdated'
}); |
Beta Was this translation helpful? Give feedback.
Answered by
Saul-Mirone
Aug 2, 2022
Replies: 1 comment 5 replies
-
Maybe use action. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
cruvie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe use action.