revolunet / sublimetext-markdown-preview

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

Add `github_oauth_token` to default setting #130

Closed leesei closed 11 years ago

leesei commented 11 years ago

Github token was mentioned in the doc but there is no instruction as to how to set it. Luckily there's the source code.

Would you mind adding this as a place-holder for those who want to set it?

"github_oauth_token": ""
xpol commented 11 years ago

The default settings file did have a line which commented out:

https://github.com/revolunet/sublimetext-markdown-preview/blob/master/MarkdownPreview.sublime-settings#L67

Did you mean uncomment?

leesei commented 11 years ago

:open_mouth: my eye failed me

Thanks for the project anyway :satisfied: