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

Simply integrate Summernote editor with Django project.

Results 80 django-summernote issues
Sort by recently updated
recently updated
newest added

I have a comment form for a model in django and I render multiple instance of the form on my template using SummernoteWidget. The problem is the form only submits...

In this function, https://github.com/summernote/django-summernote/blob/2fde2a26987927b7bc72e40407d24501a116fa26/django_summernote/utils.py#L116 I believe it is possible that multiple threads could conflict each other and overwrite each other's config global. I think this happened to me using the...

When changing the background colour and text colour of fields they are not displayed properly. Also code formatted fields Summernote outputs these fields with the `` tag and the `color`...

I want to add math symbols, i have summernote in my django application. how to add math plugin to the existing editor. i am using django admin in django-admin.

when i add jquery ui for date picker then error is coming i.e. $summernote.summernote is not a function. please help me

Using summernote works fine for none-inline models but as soon as I try to use it with inline-models, I get an error. There is some sourcecode and stacktrace available in...

I've just attempted to update from ancient version 0.8.8.2 and found out that I'm no longer able to specify custom locations for JS and CSS files. It'd seem that any...

I have this code in admin.py: ```python class CardItemAdminInline(SummernoteModelAdminMixin, admin.StackedInline): model = CardItem extra = 2 summernote_fields = ('content',) ``` For some reasons, it does not work (summernote does not...

I cant find the way delete img on server when upload via summernote-django. (in short: I can run summernote-django nows. but in template when i del img in post. img...

Hi. I'm interested in applying img-responsive to all img and iframe 's in the editor - I was thinking of doing this via the onChange event like - something like...