LeeHanYeong / django-quill-editor

django-quill-editor makes Quill.js easy to use on Django Forms and admin sites
https://django-quill-editor.readthedocs.io
MIT License
192 stars 45 forks source link

Adding a plugin #89

Closed gfunch closed 2 years ago

gfunch commented 2 years ago

Hi, This is a great project and it has been very useful in an application I am developing.

I am interested in incorporating a Quill plugin (quill-comment: https://www.npmjs.com/package/quill-comment).

Can you please provide some guidance on how this can be done and accessed through django-quill?

Thank you!

gfunch commented 2 years ago

I found a solution.

theinvestigamer commented 1 year ago

What was the solution?