You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First: When i type a header and press Enter, i expect headers style turns off, then i start writing paragraph. It is common behaviour for text editors. For example Google Docs:
There is no headings for now, which is why i forked Quill and done it myself. But i ask you to consider this in upcoming big changes.
Second: Common behaviour with lists is a little different, because lists are repeatable. When you press Enter twice lists style turns off. But for now i get many empty strings:
I knew you are doing Quill more configurable. Maybe you could add this as an option?
I presume it also relates to Shift + Enter feature, if it would be implemented. In this case Shift + Enter breaks a line and retains block formatting and Enter behaves as mentioned before.
Thank you.
The text was updated successfully, but these errors were encountered:
Agree with the enter behavior for headers for 1.0. The current enter behavior on an empty list I would consider a bug and will also be addressed in 1.0 so the configuring shouldn't be necessary.
Hello. I have two points:
First: When i type a header and press
Enter
, i expect headers style turns off, then i start writing paragraph. It is common behaviour for text editors. For example Google Docs:There is no headings for now, which is why i forked Quill and done it myself. But i ask you to consider this in upcoming big changes.
Second: Common behaviour with lists is a little different, because lists are repeatable. When you press Enter twice lists style turns off. But for now i get many empty strings:
I knew you are doing Quill more configurable. Maybe you could add this as an option?
I presume it also relates to
Shift + Enter
feature, if it would be implemented. In this caseShift + Enter
breaks a line and retains block formatting andEnter
behaves as mentioned before.Thank you.
The text was updated successfully, but these errors were encountered: