borismus / markdown-preview

Enables Chrome to render markdown files as HTML
http://smus.com
217 stars 42 forks source link

I add reload feature for markdown-preview. #8

Closed volca closed 12 years ago

volca commented 12 years ago

So I can edit markdown file with vim and preview in chrome.

borismus commented 12 years ago

I'd rather not include auto-reloading functionality here, since a vast majority of the use case of this extension is previewing static files. If you'd like to add auto-reload functionality, could you make a new options page and add it as an option?

Thanks for the patch!

volca commented 12 years ago

I'd make a options page for auto-reload functionality. Please review the code.

Thanks!