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
indvd00m@0
     1
Base64Image Plugin for CKEditor 4
indvd00m@0
     2
=================================
indvd00m@0
     3
indvd00m@0
     4
Created by ALL-INKL.COM - Neue Medien Münnich - 04. Feb 2014
indvd00m@0
     5
indvd00m@0
     6
Adds images from local client as base64 string into the source without server
indvd00m@0
     7
side processing. You can also add external image urls into the source.
indvd00m@0
     8
indvd00m@0
     9
## Requirements
indvd00m@0
    10
The Browser must support the JavaScript File API.
indvd00m@0
    11
indvd00m@0
    12
## Installation
indvd00m@0
    13
indvd00m@0
    14
 1. Download the plugin from http://github.com/nmmf/base64image
indvd00m@0
    15
indvd00m@0
    16
 2. Extract (decompress) the downloaded file into the plugins folder of your
indvd00m@0
    17
	CKEditor installation.
indvd00m@0
    18
	Example: http://example.com/ckeditor/plugins/base64image
indvd00m@0
    19
indvd00m@0
    20
 3. Enable the plugin by using the extraPlugins configuration setting.
indvd00m@0
    21
	Example: CKEDITOR.config.extraPlugins = "base64image";