facelessuser / MarkdownPreview

Markdown preview and build plugin for Sublime Text https://facelessuser.github.io/MarkdownPreview/
Other
405 stars 53 forks source link

Auto enable LiveReload plugins? #84

Closed jfcherng closed 5 years ago

jfcherng commented 5 years ago

https://facelessuser.github.io/MarkdownPreview/usage/#livereload

Is it possible to make the following steps become automatic? Currently, I have to do this every time after ST is closed.

- Open the command palette and select the command LiveReload: Enable/disable plug-ins.
- Select Simple Reload with delay (400ms). It is possible you can get away with Simple Reload, but some experience an issue where they are one rev behind when using Simple Reload.
facelessuser commented 5 years ago

I have no automated system in place. To be honest, that sounds like something that should be implemented in LiveReload, not here. Maybe that have something you can configure to do this? I haven't looked yet.

jfcherng commented 5 years ago

Thanks. I get it to work automatically with a simple PR to LiveReload. :v: