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
SHIFT
ENTER
feature/articles
When the cursor is in the following blocks:
Pressing SHIFT + ENTER should insert a new line within the block
The text was updated successfully, but these errors were encountered:
Surprisingly the editor exposes an API for softbreak
insertSoftBreak: () => void
https://docs.slatejs.org/concepts/07-editor
Sorry, something went wrong.
add softbreak plugin; fix #304
90ba32e
Merge branch 'feature/articles' into fix/#304-softbreak-plugin
94b6ca8
Merge branch 'dev' into fix/#304-softbreak-plugin
8e0c1a2
maerzhase
Successfully merging a pull request may close this issue.
feature/articles
When the cursor is in the following blocks:
Pressing
SHIFT
+ENTER
should insert a new line within the blockThe text was updated successfully, but these errors were encountered: