-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow inserting images via URL #5161
Comments
Another consideration is whether an image inserted via an URL should be automatically downloaded and uploaded to a service like Easy Image. That was discussed in e.g. https://github.com/ckeditor/ckeditor5-image/issues/211. Such an option will ensure that no hotlinking (which is unsafe) takes place. |
A DUP was reported in #1199. |
In my case, |
Editing image URL would also make sense, as per #1401. |
Any update on this? |
hi, any update on inserting image via url? |
@rreynier @mehrdadep Sorry for late reply, we'll try to tackle this during next iteration. Keep an eye on this issue to get updates. |
@mlewand some changes? it is really important feature |
https://ckeditor.com/docs/ckeditor5/latest/framework/guides/creating-simple-plugin.html#step-4-inserting-a-new-image |
Is there any documentation on making the custom insert image by url work with React. |
It works just fine with Ract. Just implemented it in a custom build. |
For someone looking for this feature as bad as i do... I just made an UI embeded version of this, the idea was just basicly like https://ckeditor.com/docs/ckeditor5/latest/framework/guides/creating-simple-plugin.html#step-4-inserting-a-new-image. Take a look here if you wish: I don't validate the http and https or any restrict or something like that, add anything if you guys need yourself. |
@sandibitenc Thanks |
Hey, so when is this functionality going to be available in Angular? |
Is this going to be implemented any time soon? |
This comment has been minimized.
This comment has been minimized.
would be great to have this! |
https://twitter.com/gridnetproject we've been playing around with this recently as well, the feature enabling for images through URLs would be of utmost importance to us:-) |
@Reinmar have you released it? |
Hi, I tried the feature based on the documentation, but it seems that the image package is not yet updated. |
Same issue running [email protected]. Release notes seem to indicate it should be there |
@Reinmar I have upgraded to The custom https://github.com/Aeness/ckeditor5-insert-image plugin is exactly what we need, but both the GPLv3 licence and version stop us from using it 😫. |
The current (official) UI doesn't provide a way to insert an image via an URL. We've got a guide how to write a plugin which allows inserting an image via URL but no official way for doing this.
We discussed in the past how the UI of an "insert via URL or upload image" could look like in https://github.com/ckeditor/ckeditor5-image/issues/16.
If you'd like to see this feature implemented, please react with 👍 to this ticket.
The text was updated successfully, but these errors were encountered: