ckeditor / strapi-plugin-ckeditor

CKEditor 5 - Official Integration for Strapi
https://market.strapi.io/plugins/@ckeditor-strapi-plugin-ckeditor
Other
72 stars 80 forks source link

Add support for the upload adapter #13

Open Ihor93 opened 2 years ago

Ihor93 commented 2 years ago

First of all it's greate that you did it already!

I have to implement upload adapter but I can find an example for strapi. An example config would be very helpful. Thank you. Screenshot 2022-10-05 005133

kbinieda commented 2 years ago

We are currently working on media integration. Should be done soon.

Ihor93 commented 2 years ago

We are currently working on media integration. Should be done soon.

Could you say what is soon? it's 1-2 weeks or 1-2 moths?

kbinieda commented 2 years ago

There is already an initial PR waiting for review, so I guess it should be the former one.

Slowl commented 2 years ago

I'm bumping this issue since it has been 3 weeks since the PR was opened, but still no sign of it being reviewed / merged. It's an important missing feature imo, which was advertised through screenshots.

I can't internally push my code in production because this feature is still missing. Can we have visibility on this ?

Reinmar commented 2 years ago

I merged the PR and I'll release a new version shortly. It closes #10, but the upload adapter is still missing, meaning you can't just paste images into the content.

ghost commented 2 years ago

I merged the PR and I'll release a new version shortly. It closes #10, but the upload adapter is still missing, meaning you can't just paste images into the content.

Are you planning to fix this?

Arunjenson-ss commented 6 months ago

any update on this?

H-Gomez commented 3 months ago

Also following to see if there is an upload adapter.

When we upload images through the Strapi Media Library, we store those in an Azure storage container and serve them via a CDN.

However, images pasted into the content are not able to use this and don't even get uploaded. Would be great to know how this can be done.