PlanBCode / hypha

1 stars 8 forks source link

Enable placement of base64 images #126

Open tammoterhark opened 5 years ago

tammoterhark commented 5 years ago

capture base64 encoded images and store them properly

(taken form hypha-improvements, source unknown)

matthijskooijman commented 4 years ago

These base64 images are generated when someone copy-pastes an image into the wymeditor area directly. Ideally, this would be caught by javascript client side and redirected to an upload. An alternative would be to do this server-side by looking for base64 data in the saved HTML.

matthijskooijman commented 4 years ago

@RoukePouw has suggested he might look at this, so I'm assigning him for now.