ckeditor/plugins/base64image/README.md
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/plugins/base64image/README.md	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,21 @@
     1.4 +Base64Image Plugin for CKEditor 4
     1.5 +=================================
     1.6 +
     1.7 +Created by ALL-INKL.COM - Neue Medien Münnich - 04. Feb 2014
     1.8 +
     1.9 +Adds images from local client as base64 string into the source without server
    1.10 +side processing. You can also add external image urls into the source.
    1.11 +
    1.12 +## Requirements
    1.13 +The Browser must support the JavaScript File API.
    1.14 +
    1.15 +## Installation
    1.16 +
    1.17 + 1. Download the plugin from http://github.com/nmmf/base64image
    1.18 +
    1.19 + 2. Extract (decompress) the downloaded file into the plugins folder of your
    1.20 +	CKEditor installation.
    1.21 +	Example: http://example.com/ckeditor/plugins/base64image
    1.22 +
    1.23 + 3. Enable the plugin by using the extraPlugins configuration setting.
    1.24 +	Example: CKEDITOR.config.extraPlugins = "base64image";