sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.79k stars 1.12k forks source link

Addded front-end only image upload dialog #823

Open MauriceHendrix opened 2 years ago

MauriceHendrix commented 2 years ago

For our project, the Cardiac Electrophysiology Web Lab I'm working on a feature that needs a markdown editor. SImplemde did mostly what I wanted which is great. However I didn't like the way in handles images. So I changed drawImage to pop up a dialog where you can either put a url op 'upload' an image. The upload gets embedded inside the markdown as inscary encoded string, as for various reasons I didn't fancy doing it via the back-end.

I thought this might also somewhat fit #190 and #328, so I thought I'd share my 2 cents. feel free to do wit it whatever you see fit!