condemil / gist

Sublime Text plugin for creating new Gists from selected text
MIT License
725 stars 136 forks source link

Launch gist in browser #170

Closed amyleew closed 9 years ago

amyleew commented 9 years ago

Great option when you've got an open .md in Sublime.

rudiedirkx commented 9 years ago

You could install Markdown Preview for that. It parses Markdown and opens the resulting HTML in your default browser.

amyleew commented 9 years ago

I use Markdown Preview, but would be to launch the published Gist not preview the local file.

rudiedirkx commented 9 years ago

You mean it opens the resulting HTML file in ST instead of the browser? I had that too, because we developers open .html files in a text editor, not a browser, so the default application is not the browser, but ST.

I changed the default application back to my fav browser, but apparently you can explicitly say which app to use, in Markdown Preview's settings. I haven't tried.

If that's not what you mean, what am I talking about?

amyleew commented 9 years ago

@rudiedirkx - Nevermind. Found them :+1: