-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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 Keyboard Shortcut Not Working in Quill 2.0.2 #4248
Comments
Isn’t this more about the fact that Quill doesn’t support line breaks ( |
I found #2872. This appears to be a long standing issue. Quite unfortunate, that was the last piece of the puzzle to migrate away from CKEditor5. :/ |
Try CodeMirror… |
@lutzissler Thanks, but CodeMirror doesn't appear to have a toolbar for Bold, List, Headers, etc. It's specialized for code output. That's not my use case. |
Sorry, meant the sister project, ProseMirror. |
Is there any similar ProseMirror (or tiptap) based OpenSource solution? |
We use an editor to manage our email templates. I resolved the visual alignment issue in the application by removing the top padding from the following CSS rule:
This adjustment corrects the display issue. When rendering or sending the content, I apply the following transformations to format the output as desired:
This approach visually aligns the editor content while also formatting the HTML appropriately for rendering and sending. |
Hi Quill Team,
I am currently using Quill 2.0.2 on Windows 10 with Firefox 126.0.1. I encountered an issue with the "Shift + Enter" keyboard shortcut: it does not seem to work as expected. Specifically, when I press "Shift + Enter" while writing text in the editor, it always creates a new paragraph (
) instead of inserting a line break (
).
Here is a snippet of my current implementation:
Could you help me understand what might be going wrong?
The text was updated successfully, but these errors were encountered: