Replies: 3 comments
-
For Related: slab/quill#1074 and slab/quill#3161 |
Beta Was this translation helpful? Give feedback.
-
It's possible that our best bet may be to advise people that the Quill editor itself only supports |
Beta Was this translation helpful? Give feedback.
-
For some reason the Quill people are anti- I'm open to setting up an alternative WYSIWYG editor option too, a bit bummed that Quill failed hard in this spot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
As reported here: https://wordpress.org/support/topic/quill-editor-does-not-support-hyperlinks-or-line-breaks/
<br/>
/shift-return
) to paragraphs (<p>
/return
). Possibly related: https://podswp.slack.com/archives/C02SVLHQF/p1634763507119200 , but addingremove_filter( 'pods_template_content', 'pods_clean_linebreaks' );
doesn't seem to resolve the problem.Proposed Solution
remove_filter( 'pods_template_content', 'pods_clean_linebreaks' );
doesn't resolve the problem.Screenshots / Screencast
Beta Was this translation helpful? Give feedback.
All reactions