pramanadiputra's avatar

Any recommendation for Text Editor with Image Uploads?

Hi, do you have any recommendation for text editor with image upload feature that supports Amazon S3 / DigitalOcean Space?

When user upload an image, it directly saves to the server, and so does when user delete the image, it delete the image from the server.

I've looked for CKEditor and TinyMCE but still have no idea whether they support this feature (for free). I'm also looking for Lightweight text editor such as Trumbowyg, they have Image Upload plugin which save uploaded image to Imgur. I wonder if there's similar Trumbowyg Image Upload that stores image to S3/DO Space.

Thank You

0 likes
1 reply
Braunson's avatar

This is what your looking for https://alex-d.github.io/Trumbowyg/ with this plugin https://alex-d.github.io/Trumbowyg/demos/#plugins-upload

Then you would set the upload endpoint in Laravel so it could be S3/DO whatever you want from there at the server endpoint.

If you want just an uploader.. Uppy is great and supports multiple providers which looks awesome https://uppy.io/ - I plan on seeing if I can integrate Uppy with Trumbowyg in the future.

Please or to participate in this conversation.