We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was expecting the insertContent command below to insert the text like insertText in ProseMirror where marks on the current selection are preserved.
insertContent
insertText
editor.commands.insertContent('Example Text')
Perhaps we should modify insertContent command to retain marks on the current selection or add a new command insertText that maps to ProseMirror?
I'll just create my own insertText command in my project for now.
No response
The text was updated successfully, but these errors were encountered:
d242706
Ah, should now work more as expected :)
Sorry, something went wrong.
No branches or pull requests
What problem are you facing?
I was expecting the
insertContent
command below to insert the text likeinsertText
in ProseMirror where marks on the current selection are preserved.What’s the solution you would like to see?
Perhaps we should modify
insertContent
command to retain marks on the current selection or add a new commandinsertText
that maps to ProseMirror?What alternatives did you consider?
I'll just create my own
insertText
command in my project for now.Anything to add? (optional)
No response
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: