923 questions
0 votes
0 answers
33 views
How to mock NgxSummernoteDirective
I am testing an angular component, which uses a summernote-editor from NgxSummernoteModule. The editor form ist set up by NgxSummernoteDirective using the methode createEditor(): createEditor() { ...
1 vote
1 answer
106 views
Summernote 0.9.1 with Bootstrap 5.3.6 Popover on image and tables is not working
Here is the image of error: Popover show up below the editor Image The popover on the image (menu) is not showing correctly on this page. I have tried servral options including { dialogsInBody: true }...
0 votes
1 answer
107 views
Toolbar functions do not work on summernote
I am having trouble with the Summernote toolbar. I think it is related to the versions of the Jquery, Bootstrap, etc. Here is what I am using. I installed in my project summernote 1.0.3 using NuGet....
0 votes
0 answers
56 views
Summernote uploading image problem (outside of note-editable)
I have problem regarding uploading image sometimes inside the editor. When I upload image, image is going outside of note-editable div. I saw that some people has same problem but I did not find the ...
0 votes
0 answers
75 views
Multiple summernote style causing 403 error
problem : I am using the AdminLte3 dashboard to design a summernote editor. In my setting section I am using summernote editor to add updateappmsg, privacy policy, terms and conditions, and about us. ...
0 votes
0 answers
54 views
font Tag issue in summer note
<font style="background-color: rgb(255, 255, 0);" color="#ff0000">Write something</font> Above tag generated by Summernote; the color property came outside of the ...
1 vote
2 answers
143 views
How to add image manager Roxy Fileman in Summernote WYSIWYG editor?
In my project I use Summernote editor but it doesn't have any image management plugin like TinyMCE or CKEditor. My web application has a set of articles that users can edit. I would like to have a ...
0 votes
1 answer
50 views
TypeError $ is not a function, Summernote, Django admin add
After following all of the installation instructions for Django for Summernote, I am getting the following error when I go to the "add" page of django admin to check if the Editor is working:...
1 vote
1 answer
139 views
Django Summernote plugin upload image by userid
I am using the Summernote plugin for Django and my target is to allow users to upload media inside the server. At the moment files are organized (by default) in a folder named with the upload date. ...
0 votes
1 answer
97 views
How to delete images when removing post in Summernote?
Using Summernote on the Django project to add/remove posts via the Admin interface, I can find no solution for removing images from the Media Root. None of the similar responses found on SO work. ...
0 votes
1 answer
77 views
Multiple summernote instances
I have a web page were I have multiple summernote instances in it. I have 4 textareas with different ids. I run $("textarea").each(function () { $(this).summernote({ ...
0 votes
1 answer
32 views
Summernote - how to hide internal Modal via API?
The summernote-JS Editor use and opens internally modals for inserting links, videos etc. I want to hide e.g. the actual opened internal opened modal via Summernote-API from outside JS. I've checked ...
0 votes
1 answer
189 views
Summernote and Webpack font issues
I'm trying to use Summernote and Webpack together in a Typescript project. (No React or Vue or Angular or anything.) I can get it to create the editor, but the icons for the control strip show up as ...
0 votes
1 answer
50 views
Passing a parameter when dynamically adding buttons in Summernote
I am creating dynamical custom buttons for my summernote wysiwygs, but i'm running into a problem. I want to pass the data I'm iterating through to the button's render function, but since it is ...
0 votes
1 answer
38 views
on input event not working properly for input tag which input tag is in the summornote editor
enter image description here this is summernote and in the summmernote editor input, but when I insert value in input tag then call on input event for fill input value attribute, now my issue is that ...