Skip to content

a CKeditor plugin for auto upload editor content's image to your server and convert its "src" attributes

Notifications You must be signed in to change notification settings

ChinaXing/CKeditor-Plugin-autoImg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

WHAT

This is a plugin of CKEDITOR

It check your content of EDITOR, find each <img src="url" ... >, then request your server

The server download the image the "url" specfied, and return a new "URL", which is the url of downloaded image in your server

Then the plugin replace the "url" with the new "URL", so your content no longer do not depend on the external resource.

FOR WHAT

make your image in the EDITOR's content link to your site, do not depend on external resource

About

a CKeditor plugin for auto upload editor content's image to your server and convert its "src" attributes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published