How to enable option to paste image into Chrome?

Asked

Viewed 182 times

0

I’ve got a little problem here, maybe a bit of a beast and I need an idea from you

I use that editor CKEDITOR in a control system of mine, and where I will do the edits I need to take a print of an image and already paste it in the editor without I need to save the image, I already did the test and in google Chrome it does not work, in Mozilla Firefox the thing flows normally, there is something I can do in Google Chrome to make this right?

1 answer

0


I believe the plugin http://ckeditor.com/addon/imagepaste should resolve, however it is well outdated, since 2013 no updates

To install extract the contents and put in the plugins folder to stay this way:

ckeditor\
    ...
    images\
    lang\
    plugins\
        ...
        imagepaste\
            plugin.js
            docs\
                install.html
        ...
    skins\
    themes\

In the config.js add:

config.extraPlugins='imagepaste';

Browser other questions tagged

You are not signed in. Login or sign up in order to post.