Skip to content

vladogrcic/ckeditor5-build-full

Repository files navigation

CKeditor 5 Build Full

This is a custom build of the CKeditor 5 with which you add images by typing in the url.

Custom Image Interface.

You are also able to use a custom image interface by adding this:

/*
* @param {boolean} input - With this you receive whether your interface is needed.
*/
window.embedImageExecuted = function(input){
	// Here you add the code with which you call your interface.
}

Also, you pass the image url using this code:

executeEmbedImage('https://www.imagesite.com/image/url.jpg');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published