https://github.com/haifahrul/ckeditor4-gallery
Gallery Images Plugin for CKEditor4
https://github.com/haifahrul/ckeditor4-gallery
ckeditor4-plugin
Last synced: 3 months ago
JSON representation
Gallery Images Plugin for CKEditor4
- Host: GitHub
- URL: https://github.com/haifahrul/ckeditor4-gallery
- Owner: haifahrul
- Created: 2020-04-12T05:47:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T12:39:31.000Z (about 5 years ago)
- Last Synced: 2025-01-13T07:11:54.983Z (5 months ago)
- Topics: ckeditor4-plugin
- Language: JavaScript
- Homepage:
- Size: 16.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ckeditor4 Plugins - Gallery
Gallery Plugin for [CKEditor][1] with [Viewerjs][2]
## Feature
A cool plugin which allow to create and manage Gallery in CKEditor.
You can easily Add, Remove images to create the Images Gallery.They are just copy of the files from respective web sites [viewerjs](https://github.com/fengyuanchen/viewerjs), NO modifed files, just original files.
## Available [Options](https://github.com/fengyuanchen/viewerjs#options)
- Show the button on the top-right
- Show a loading spinner when load image or not
- Enable to move the image
- Interval## Languages
Currently this plugin supports 2 languages.* en
* id> *Translations are welcome*
## Usage
1. Download source files and place them on to be created **"gallery"** folder under the CKeditor's plugin base.
2. Define plugin in CKEDITOR config object. `CKEDITOR.config.extraPlugins = 'gallery'`;
3. Set your CKEDITOR language if you did not set it yet. `CKEDITOR.config.language = 'en';`
4. You're Done !! Just enjoy.Requirements
-------------------------
To correctly work, you need to have access to CKEditor, CKFinder (or any stuff to allow to upload images on the server such as [elFinder][4] or etc), viewerjs javascript / css.Demo
-------------------------
TO BE CONTINUECheers
--------------------
Thanks to [CKeditor][1], [Viewerjs][2] and [SlideShow][3] people for their good work.[1]: http://ckeditor.com "CKeditor"
[2]: https://github.com/fengyuanchen/viewerjs "Viewerjs"
[3]: https://github.com/devlabnet/SlideShow "SlideShow"
[4]: https://github.com/Studio-42/elFinder "elFinder"