Page 1 of 1

summernote-gallery

Posted: Fri Mar 23, 2018 6:52 pm
by Bedzeti
Hallo , can somebody help me wit plugin for summernote in WondreCMS ??
I found this: https://github.com/eissasoubhi/summernote-gallery and wont to integrate it.
I'm not so good how to do it or if its possible...
Thanks
Eduard

Re: summernote-gallery

Posted: Fri Mar 23, 2018 8:33 pm
by wiz
I believe this would require some custom work. For this to work, here are some starter points:

Download the two js files from GitHub.
Include those two files in the Summernote plugin. Make sure the URLs are correct:

Code: Select all

<script src="/js/summernote.min.js" type="text/javascript"></script>
<script src="/js/summernote-gallery-extension.js" type="text/javascript"></script>
The above src="YOUR-URL" should be your correct FULL url.
Add their custom toolbar to the main summernote plugin file.

I encourage you to play and try to make a plugin.
If you think it's too confusing, try contacting the author to see if he'd be willing to do it for a payment (if you're willing to scrap a few bucks).