snappymail/rainloop/v/0.0.0/static/ckeditor/plugins/base64image
RainLoop Team f9c7de2920 HTML signature (closed #24)
New html editor (ckeditor integration)
2014-02-07 03:28:22 +04:00
..
dialogs HTML signature (closed #24) 2014-02-07 03:28:22 +04:00
LICENSE.md HTML signature (closed #24) 2014-02-07 03:28:22 +04:00
README.md HTML signature (closed #24) 2014-02-07 03:28:22 +04:00

Base64Image Plugin for CKEditor 4

Created by ALL-INKL.COM - Neue Medien Münnich - 04. Feb 2014

Adds images from local client as base64 string into the source without server side processing. You can also add external image urls into the source.

Installation

  1. Download the plugin from http://github.com/nmmf/base64image

  2. Extract (decompress) the downloaded file into the plugins folder of your CKEditor installation. Example: http://example.com/ckeditor/plugins/base64image

  3. Enable the plugin by using the extraPlugins configuration setting. Example: CKEDITOR.config.extraPlugins = "base64image";