This plugin adds the ability to paste images from clipboard as base64 strings using CKEditor.
CKEditor is a WYSIWYG text editor. See the official site for more details.
The Browser must support the JavaScript File API. Only Chrome and Safari browsers has been tested for the moment.
- Copy the plugin directory into the plugins directory
- Ensure to reference the plugin.js file from your html file after ckeditor.
- Enable the plugin by using the extraPlugins configuration setting. Example:
CKEDITOR.config.extraPlugins = "pastebase64";