How do we properly paste in paragraphs of text? #5681
-
If someone wrote several paragraphs in a Google doc or MS Word, that text will be formatted in paragraph tags. It seems the GrapesJS default for a text block is an empty div (I'm using the blocks basics plugin). Pasting that text into a text block will add sub-blocks which have their own hover UI nested inside. Then if I edit the test and hit Enter for a new paragraph, it'll add break tags instead of a new paragraph. This all makes for really messy markup and seemingly not great a11y for screen readers. Is there a best practice for this I haven't come across yet? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For more advanced text editing, you need to integrate a WYSIWYG editor (Froala/CKEditor/..). |
Beta Was this translation helpful? Give feedback.
@abea
For more advanced text editing, you need to integrate a WYSIWYG editor (Froala/CKEditor/..).