django-tinymce4-lite icon indicating copy to clipboard operation
django-tinymce4-lite copied to clipboard

TinyMCE 4 editor widget for Django

Results 8 django-tinymce4-lite issues
Sort by recently updated
recently updated
newest added

Hi, in development env, the text fields are formatted as expected. But on production, the textfileds has the blank html and the menubar is not shown

Hi everyone, I am using django 1.11, django-tinymce4-lite 1.7.4. **### This problem only occurs in internet explorer 11.** `ManifestStaticFilesStorage` is a subclass of the `StaticFilesStorage` storage backend which stores the...

Replaced by force_str as the 'smart' effect (keeping strings lazy) is not needed here.

Hi, Is there a way to remove/disable this errors in terninal when runing python manage.py runserver?: https://pastebin.com/afqdvXXP I only added English and Spanish dicts in Tinymce settings ('spellchecker_languages': 'English=en_US,Spanish=es'). Thanks.

Hi, Today I've upgraded django-filebrowser (3.13.1), django-tinymce4-lite (1.8.0) and Django (to version 3.0) and when I try to open the filebrowser from tinymce, the browser (tested with Firefox and Chrome)...

I've followed all the page instructions to display the Widget on my Admin form. After running the server, I try to add a new model form and I get this...

Hi there! I updated my CSP settings and suddenly the plugin stopped working. I read at the TinyMCE website (https://www.tiny.cloud/docs/advanced/security/#qhowdoisetupcontentsecuritypolicycspwithtinymce) that the `unsafe-inline` is NOT required. When I enable it...

Hi, Is there a way to setup mutiple settings? Leys say I want one tinyce settings (specially, the toolbar) for the admin section of my site and another for the...