ckeditor/plugins/base64image/README.md
changeset 0 44d330dccc59
equal deleted inserted replaced
-1:000000000000 0:44d330dccc59
       
     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";