timonwong / OmniMarkupPreviewer

Sublime Text 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.
MIT License
500 stars 74 forks source link

How can I use chrome startup parameters? #133

Open JadeVane opened 5 years ago

JadeVane commented 5 years ago

It's convenient to preview in chrome, but I just wanna preview it in a comfortable way. I always use the startup parameters --app= in chrome to preview when I am writing, but it’s cumbersome to paste the URL by myself each time. how can I use chrome startup parameters default when I press the preview button?

I think the final command of "browser_command" may look like this:

chrome --app="{url}"