mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
| .. | ||
| dialogs | ||
| LICENSE.md | ||
| README.md | ||
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
-
Download the plugin from http://github.com/nmmf/base64image
-
Extract (decompress) the downloaded file into the plugins folder of your CKEditor installation. Example: http://example.com/ckeditor/plugins/base64image
-
Enable the plugin by using the extraPlugins configuration setting. Example: CKEDITOR.config.extraPlugins = "base64image";