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

Python: 3.9.7 Django: 3.2.8 django-summernote: 0.8.20.0 In our `SUMMERNOTE_CONFIG` we have `disable_attachment: True`, however when attempting to load a page that includes a Summernote widget we get the following traceback:...

When loading initial content, which contains any element, no content is displayed in the summer note widget. When removing the element, all works fine. We need this element since it...

The conditional check on attachments being disabled in the config is broken (on Django 3.1, haven't tested earlier versions). It tests the other way around from the way it currently...

In our project structure we can't simply import a function into our settings file to use within the `SUMMERNOTE_CONFIG` - trying to import a function before the project has been...

Hey, not sure if I'm completely wrong asking the question here... But I'd like to add support for other file formats to upload, such as videos, PDFs etc. Is that...

Hello, I am trying to re-style the editor by providing custom css file, while using SUMMERNOTE_THEME = 'lite' in settings.py. Everything is looking as intended, but when I try to...

Cannot insert `friend's` to DB using summernote. Kindly help.

Hi, I have detected that a user can make an xss attack with the data he enters. How could I solve it? ### Reproduce steps 1. The user enter: 2....

How can I set the ACL for Summernote images? I've set my django-storages s3 setting to ACL public-read, but Summernote is still including the query params for expires etc in...

I need to show picture and video buttons only in some forms and hide it in others. Configuring it in settings doesn't work cause it is used in all forms....