How to automate typing in the super_editor document? #1850
Unanswered
orestesgaolin
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
-
I would like to implement "autotype" feature in the app using super_editor.
Assuming I have an empty document created as follows, how can I perform autotype at the end of the document or current selection (whichever is more approachable). I found that you built TypingRobot, but it uses
TextEditingController
which is not explicitly accessible in this case.Beta Was this translation helpful? Give feedback.
All reactions