achadha0111 / Edify-Front-End

0 stars 0 forks source link

Add custom image handler #31

Closed achadha0111 closed 2 years ago

achadha0111 commented 2 years ago

Currently, rich text editor image uploads will encode the image in base64 and send that as data. It would be better to add a custom handler that allows for uploading an image (storing it to s3 - need to think about security here) and then displaying the link as an embedded document.

achadha0111 commented 2 years ago

This needs to have the following features: