jemcode / administrate-field-ckeditor

A plugin for adding CKEditor support to Administrate
https://rubygems.org/gems/administrate-field-ckeditor
MIT License
20 stars 25 forks source link

Load Pictures #14

Closed MatteoJoliveau closed 6 years ago

MatteoJoliveau commented 6 years ago

Hello, thanks for this project!

More of a question than an issue, I have a Rails 5.2 application with ActiveStorage to upload images to S3. Is there a way to configure it directly from the field or should I customize CKEditor's JavaScript, in order to have the following screen upload the images and retrieve them via ActiveStorage?

rikkipitt commented 6 years ago

Hi @MatteoJoliveau, I'm in the same boat as you.

I'm currently watching these two issues on the galetahub/ckeditor gem:

It looks like ActiveStorage support is on the radar. I can't see any specific branches yet though...