Dennis Suitters

Results 212 comments of Dennis Suitters

@1der1 would you have a link to the resource that contains Summernote? I've searched through all the JS resources, even the Ajax loaded ones, and can not find any references...

There must be a script to run the editor somewhere, that's what I'm asking for access to. I found where the Summernote styles are loaded, via reset.css and update.css.

Why would you hide it here `https://cdn.shopify.com/s/files/1/0504/5705/t/3/assets/jquery.timeago.min.js?v=175205821120758606671663450339`?

The other issue is that the code is minified, and slightly obfuscated, making it hard to work out exactly where different functionality is that you've changed for your needs. You've...

@PaulChristopher I have just merged into the Skunkworks Repository functionality adding an extra dropdown to the style button group that contains inline elements, as well indication which menu is the...

https://github.com/summernote/skunkworks You will need to build the project. Eventually, as I work through things, I'll be doing a major update to the this repository so each of the Bootstrap versions...

Ok, first of all, this is not a bug. You're trying to paste a whole web page. Summernote only works with elements that reside inside the `` area. So if...

Wrap the image in `` and use `` as a child element of ``. You don't need to sacrifice ``.

Using `` and `` is the most semantic way to achieve what you're asking. The summernote-image-attributes plugin allows you to use `` and ``. If Summernote itself was to be...

If that works for you great. I am toying with the idea of integrating the features I've added to the summernote-skunkworks repository into the main repository, which includes enhancements to...