Question: is it possible to implement new line in editor.
See original GitHub issueIs it possible to implement a new line <br />
on shift+enter like in general editing?
At the moment all new lines are wrapped in paragraphs which add top and bottom margin which is fine.
How do I achieve adittional functionality of new line with br
tag?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
Starting a new line of text in C - Stack Overflow
You can use the '\n' escape sequence to represent a newline (i.e. line-break) in your printf calls. Since your IDE/code editor most likely...
Read more >Add line breaks within questions | iAuditor
This article shows you how to add line breaks within template questions via the web app and the mobile app.
Read more >How to do a single newline - Meta Stack Exchange
The only way I know to do newlines is by pressing the Enter key twice, which makes a new paragraph, creating an empty...
Read more >How do I edit the start of a new line in carousel text?
In a carousel widget, you can easily control line breaks via hitting return same way you would in any text editor. Line breaks...
Read more >How to add a new line | Flexiple Tutorials | Python
Newline character in Python: ... In Python, the new line character “\n” is used to create a new line. When inserted in a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Solved it like this:
I’m getting this as well on occasions. This breaks the entire editor. I’ve tried finding a working solution for this shift+enter issue for a long time now, and have tried about 6 different solutions. None of them works entirely correct.
So sad the Quill devs don’t want to help with this.