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

With summernote `0.8.20`, with in `settings.py` `SUMMERNOTE_THEME = 'bs5'`, the widget is not working, at least in admin: What is looks like with default setting: ![image](https://user-images.githubusercontent.com/10614714/182903953-e628a4bd-73c4-4f38-a5f8-307ffcad863a.png) With `SUMMERNOTE_THEME = 'bs5':...

How can I resize a imagem with summernote? I think after put image it's not possible resize image, right?

I keep getting this error in Firefox which is not present in Chrome: ![2019-05-14-181748_1366x768_scrot](https://user-images.githubusercontent.com/29318304/57690674-bd8e1500-7674-11e9-9218-68952a8e324f.png) This is its initial layout when the page loads: ![image](https://user-images.githubusercontent.com/29318304/57690798-0c3baf00-7675-11e9-8adb-daf62e6fd038.png) and will become like this when...

The summer note editor is not showing neither in the admin page nor my template. It just shows the field's title . ![Screenshot (247).png](https://user-images.githubusercontent.com/64833055/179317146-c5830e83-af4e-43ec-99fd-c64ea0c38c04.png)![Screenshot (248).png](https://user-images.githubusercontent.com/64833055/179317169-f6e42853-2a7a-48c4-8c64-469c9308711a.png)

After deleting a blog post the attachments are still in the media directory

i am getting the below error while doing makemigrations ModuleNotFoundError: No module named 'django-summernote ![Screenshot 2022-03-07 at 6 55 47 PM](https://user-images.githubusercontent.com/67357412/157042937-8116b373-338b-4146-abb8-c2fa1e9682e0.png) '

The newest version of bleach changed the parameters in the clean method (source: https://bleach.readthedocs.io/en/latest/changes.html#version-5-0-0-april-7th-2022). This causes the error: clean() got an unexpected keyword argument 'styles' when attempting to save a...

My S3 image links are expiring after one hour. This is because you store the URL to the backend within the textbox as the location it stores the file at...

Please, provide possibility to add callbacks into summernote widget as [here](https://summernote.org/deep-dive/#callbacks) In the current implementation, the `summernote.image.upload.error` event is fired at the same time as `summernote.image.upload`.