jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

save to git repository or sync to next cloud ,etc #124

Open peyoot opened 3 years ago

peyoot commented 3 years ago

I like this tool, But wonder if it can have a menu that support save to git repository like github. or save to cloud storage.

Just wonder if this already available or it's in feature request?

sskras commented 3 years ago

I guess you need to define set of event on which the app would execute the git commit.

Eg: new character entered, new line started, Save pressed, etc. : )