deason 224ccbb7e2 merge from examcloud-T:feature-20200316-fs %!s(int64=5) %!d(string=hai) anos
..
dialogs 224ccbb7e2 merge from examcloud-T:feature-20200316-fs %!s(int64=5) %!d(string=hai) anos
icons adabc58b9f 替换ckeditor为full版本 %!s(int64=5) %!d(string=hai) anos
lang adabc58b9f 替换ckeditor为full版本 %!s(int64=5) %!d(string=hai) anos
LICENSE.md adabc58b9f 替换ckeditor为full版本 %!s(int64=5) %!d(string=hai) anos
README.md adabc58b9f 替换ckeditor为full版本 %!s(int64=5) %!d(string=hai) anos
plugin.js 224ccbb7e2 merge from examcloud-T:feature-20200316-fs %!s(int64=5) %!d(string=hai) anos

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.

Requirements

The Browser must support the JavaScript File API.

Installation

  1. Download the plugin from http://github.com/nmmf/base64image

  2. Extract (decompress) the downloaded file into the plugins folder of your CKEditor installation. Example: http://example.com/ckeditor/plugins/base64image

  3. Enable the plugin by using the extraPlugins configuration setting. Example: CKEDITOR.config.extraPlugins = "base64image";