-
-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
Type: EnhancementEnhancements to features that already exist, but are not major additionsEnhancements to features that already exist, but are not major additions
Milestone
Description
Problem
As reported here: https://wordpress.org/support/topic/quill-editor-does-not-support-hyperlinks-or-line-breaks/
- Quill editor does not have button for inserting links enabled — fix for this in PR Quill: Add link button. #6221 .
- Quill editor converts 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. - Quill editor support for HTML view #6224
Proposed Solution
- For links, Quill takes an argument that can be added.
- For line breaks, the code
remove_filter( 'pods_template_content', 'pods_clean_linebreaks' );doesn't resolve the problem. - May need help for someone like @zrothauser to configure an HTML button, if that's desired... see https://github.com/benwinding/quill-html-edit-button
Screenshots / Screencast
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: EnhancementEnhancements to features that already exist, but are not major additionsEnhancements to features that already exist, but are not major additions
