How to safely to reduce the times of serializer when input in big content? #621
-
When run with big content like one hundred thousand words. It will be quite slow , cause to serialize the doc each tr. Is a way to ensure to finally serialize the doc and callback markdownUpdated after input done |
Beta Was this translation helpful? Give feedback.
Answered by
Saul-Mirone
Jul 21, 2022
Replies: 1 comment 5 replies
-
You can call action to get markdown instead of using listener. With action, you can decide when to get content yourself. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
4-1-1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can call action to get markdown instead of using listener. With action, you can decide when to get content yourself.