linkesch / medium-editor-insert-plugin

jQuery insert plugin for MediumEditor
http://orthes.github.io/medium-editor-insert-plugin
MIT License
1.22k stars 352 forks source link

adding image to the medium Editor #506

Open rameezmeans opened 4 years ago

rameezmeans commented 4 years ago

i want to add an image by clicking on the image in DOM on same page. there is images in some other div and i implemented on click and called insert image function like this.

        .on('click', '.pexels-images .row .pexel-image', $.proxy(this, 'insertImage'));

but image is not inserted by insertImage function. should i initialise the editor before adding image or what is the problem?