verbb / comments

A Craft CMS plugin for managing comments directly within the CMS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add plugin setting to allow HTML in comment message

engram-design opened this issue · comments

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.

commented

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?