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

TinyMCE integration for Django

Results 36 django-tinymce issues
Sort by recently updated
recently updated
newest added

Hello, I have a model that is managed in admin side of my site: ```python class Race: ... date = models.DateField(verbose_name=_("date")) club = models.ForeignKey(Club, on_delete=models.PROTECT, null=True, verbose_name=_("club")) description = tinymce_models.HTMLField(blank=True,...

When editing a Model object, the rich text editor appears on desktop but not on mobile. Here is a screenshot: ![image](https://user-images.githubusercontent.com/53095479/89712782-ccf52e80-d99b-11ea-8cae-e38ee8d89951.png) I checked the console and I noticed this error:...

Is there a way to make the TinyMCE editor render django template tags/variables? 1. "{% url 'url-name' %}" in the link plugin. 2. "{{ model.get_absolute_url }}" in the link plugin....

i wanna know how upload image i already set tinymce.init and the problem is the images_upload_url how i can upload them and it's require csrf too :( help meeee ![problem...

Been diggin for a while without success. Could'nt find anythn in the docs or did i miss it?

I'm trying to build a blog, for personal purposes. Can I integrate iframe with tinyMCE ? I searched, but didnt find decisive answer.. Thanks!

Thanks for your package :) Drag and Drop images using the paste plugin doesn't seem to work: ``` TINYMCE_DEFAULT_CONFIG = { "menubar": "file edit view insert format tools table help",...

I have this working for me and wanted to add it in. It is a modified version of https://github.com/dimakorotkov/tinymce-mathjax that enables inline and display modes. I have the mathjax library...

when using compression the name of the icon file becomes something.min.js but the code expects something.js so all the icons appear as "NOT FOUND"

Hello, thank you for creating this package, I really like it. It's really easy to install and make it work. **What I kindly ask you is to help me with...