An open API service indexing awesome lists of open source software.

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

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 CONTINUE

Cheers
--------------------
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"