Skip to content

Ckeditor plugin to paste images from clipboard as base64 strings

License

Notifications You must be signed in to change notification settings

zoeeer/ckeditor-pastebase64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ckeditor-pastebase64

This plugin adds the ability to paste images from clipboard as base64 strings using CKEditor.

What is CKEditor?

CKEditor is a WYSIWYG text editor. See the official site for more details.

Requirements

The Browser must support the JavaScript File API. Only Chrome and Safari browsers has been tested for the moment.

Plugin installation and setup

  1. Copy the plugin directory into the plugins directory
  2. Ensure to reference the plugin.js file from your html file after ckeditor.
  3. Enable the plugin by using the extraPlugins configuration setting. Example:
    CKEDITOR.config.extraPlugins = "pastebase64";

About

Ckeditor plugin to paste images from clipboard as base64 strings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%