ckeditor/plugins/base64image/README.md
author indvd00m (gotoindvdum[at]gmail[dot]com)
Thu, 15 Dec 2016 18:10:20 +0300
changeset 0 44d330dccc59
permissions -rw-r--r--
Init sample
     1 Base64Image Plugin for CKEditor 4
     2 =================================
     3 
     4 Created by ALL-INKL.COM - Neue Medien Münnich - 04. Feb 2014
     5 
     6 Adds images from local client as base64 string into the source without server
     7 side processing. You can also add external image urls into the source.
     8 
     9 ## Requirements
    10 The Browser must support the JavaScript File API.
    11 
    12 ## Installation
    13 
    14  1. Download the plugin from http://github.com/nmmf/base64image
    15 
    16  2. Extract (decompress) the downloaded file into the plugins folder of your
    17 	CKEditor installation.
    18 	Example: http://example.com/ckeditor/plugins/base64image
    19 
    20  3. Enable the plugin by using the extraPlugins configuration setting.
    21 	Example: CKEDITOR.config.extraPlugins = "base64image";