Skip to content

CKEditor plugin to add images from a SharePoint 2013 Asset Picker

License

Notifications You must be signed in to change notification settings

mario-duran/SPimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPimage

CKEditor plugin to add images from a SharePoint 2013 asset library (Asset Picker).

Language

JavaScript

Dependencies

CKEditor 4.6
jQuery 1.12 or greater
SharePoint 2013

Usage:

Just download the code and copy all of its contents into the 'Plugins' folder of the CKEditor installation

Initialize your CKEditor with the following call:

CKEDITOR.replace( 'editor1', {
  extraPlugins: 'SPImage' //Add SPimage plugin
});

For more details visit:

Plugin documentation

About

CKEditor plugin to add images from a SharePoint 2013 Asset Picker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published