summernote-gallery

Post Reply
Bedzeti
Posts: 29
Joined: Thu Nov 09, 2017 12:29 am

summernote-gallery

Post 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
User avatar
wiz
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: summernote-gallery

Post 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).
Post Reply