Dennis Suitters

Results 212 comments of Dennis Suitters

Not sure on what the release date is for now, dropping Bootstrap depenance as you would imagine is easy. I've been working on dropping jQuery where I can, and we'd...

I've edited the source as per @San4aus suggestion as a quick fix for now,

Not using the https: is not a bug, it's a workaround to allow external services to work that may not have SSL available. I just tried your steps, and adding...

As myself and 1der1 have pointed out, there is no issue. Please check if something else isn't interfering with the functionality of Summernote that could be causing the issue you...

Actually, I was looking at this last night, I'll check, but I'm sure the area is set to display none. I'm about to push a big update, which changes how...

Had a bit of a play, adding the below CSS fixes the height for the fullscreen: ````css .note-editor.note-frame.note-fullscreen .note-editing-area, .note-editor.note-airframe.note-fullscreen .note-editing-area { height: calc(100% - 100px) !important; } ```` I've...

Actually, I discovered that the height doesn't play well with different screen widths, so I implemented the below instead: ```css .note-fullscreen .note-status-output { position: absolute !important; bottom: 0 !important; }...

Use the second solution, not the first, as it doesn't regulate the height of the output area, so it should adjust to whatever height the elements contained need. If you...

These changes have been added to the Skunkworks version of Summernote. I am looking at doing a big PR that will merge recent changes and improvements to the Summernote Skunkworks...

*sigh* I don't know how many times people need to be told. The BS5 implementation isn't the currently available releases. You can however, build the project from the source, which...