Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.45k stars 319 forks source link

Custom autosave handler #42

Open FranklinWhale opened 5 years ago

FranklinWhale commented 5 years ago

I'm submitting a...

The current autosave feature periodically stores contents to the local storage. It would be great if a function for autosave can be passed to option so that the autosave handler may be overridden for feature like server-side autosave,

Ionaru commented 5 years ago

This sounds like a very useful feature, the autosave function is a bit of a mess right now but I'll look into adding it.

ei8fdb commented 3 years ago

Hi @Ionaru, I'm wondering about the state of the autosave request. Is there any development in it? There's a few requests for an autosave function in Nextcloud Notes Mac Client, which uses easyMDE.

Thanks for creating Easy Markdown editor. Best wishes.

LoyalPotato commented 1 year ago

Any updates on this?