verbb / comments

A Craft CMS plugin for managing comments directly within the CMS.
Other
137 stars 33 forks source link

Add plugin setting to allow HTML in comment message #249

Open engram-design opened 2 years ago

engram-design commented 2 years ago

For scenarios where users want to BYO a WYSIWYG editor on the front-end, this will store HTML, but will also show it as raw. We probably want to have our own editor in the back-end.

Possibly also add option to use our own WYSIWYG editor on the front-end, as part of the Comments plugin itself.

yingban commented 1 year ago

Hi @engram-design

Would you have any update on this issue?

I have one client who would like to use bold and italic, so I am testing in the meantime a wysiwyg template with Quill in a custom comment view "templates/comments/form-fields/elements/comment.twig", I was wondering if there were any event triggered on "Reply" click with witch I could reload Quill?