How to get rich mode text when user typing #800
Unanswered
HyoKImAbsolut
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to listen to the input within the editor's rich mode, so I can generate a summary/abstract dynamically.
My plugin code look like:
By applying this plugin, I noticed that the sub callback is executed once when the editor is mounted. The callback didn't execute on every input.
How can I achieve my expectation correctly?
append: I dont mean the markdown source which I can fetch by onChange callback. I mean the rich text mode text.
Beta Was this translation helpful? Give feedback.
All reactions