revolunet / sublimetext-markdown-preview

markdown preview and build plugin for sublime text 2/3
MIT License
2.31k stars 362 forks source link

Clarify documentation for enable_autoreload #419

Closed alexcombessie closed 6 years ago

alexcombessie commented 6 years ago

Dumb question, but I could not find it in the documentation. How can I "enable the enable_autoreload setting in MarkdownPreview.sublime-settings" ?

morph626 commented 6 years ago

If you go to Preferences > Package Settings > Markdown Preview >Settings - User and add "enable_autoreload": true between the curly brackets, you should be golden :)

facelessuser commented 6 years ago

Thanks for answering this @morph626!

alexcombessie commented 6 years ago

Thanks!