tylingsoft / markdown-plus

Markdown editor with extra features.
http://mdp.tylingsoft.com/
2.12k stars 395 forks source link

Blog Content by markdown-plus #71

Closed Braraear closed 7 years ago

Braraear commented 7 years ago

I want to create blog system and use markdown-core for display my markdown files

and can I use markdown-plus to edit .md file and save it ? last one how to use markdown-plus plugin

autosave because I not seem a textarea. Sorry for my bad language because it not my own language

tylerlong commented 7 years ago

markdown-core itself is sufficient for a blog system. You don't need markdown-plus.

For edit and save .md on your computer, you need to use the markdown-plus app: http://tylingsoft.com/markdown-plus/ The app is not free, unfortunately.

For autosave, there is a plugin: https://github.com/tylingsoft/markdown-plus-plugins The plugin is for the desktop app instead of the web version.

Braraear commented 7 years ago

Can I make edit and save .md on browser ?

tylerlong commented 7 years ago

Nope. That's not possible with client side JS code. Browser doesn't allow you to read/write hard disk directly. What you can do is to upload/download instead.

Braraear commented 7 years ago

Okay thanks for your answer ;)