django-modeltranslation icon indicating copy to clipboard operation
django-modeltranslation copied to clipboard

Quill Rich Text Editor implementation

Open helioascorreia opened this issue 7 years ago • 1 comments

Hi,

i'm trying to implement the quill rich text and I have some trouble implementing that in the admin because it don't put the tabs and don't group them.

I saw this commit that you implement for the summernote (https://github.com/deschler/django-modeltranslation/commit/fd5a8cb6da6fef879b76c080ed077dab99cd1eb3) to work with the iframe.

Quill uses a div, after digging a little I added on the widget template a class 'mt' on that div and in the 'tabbed_translation_fields.js' I added a div where you added the iframe and it works. Can I do it better or it's the right way to do? If so can you implement this feature?

Best regards, Hélio Correia

helioascorreia avatar Mar 01 '17 16:03 helioascorreia

:+1:

SalahAdDin avatar Mar 08 '17 08:03 SalahAdDin