revolunet / sublimetext-markdown-preview

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

Do not call Github API on every save (API rate limit) #83

Closed gl3n closed 11 years ago

gl3n commented 11 years ago

Please remove systematic Github API call every time we save a Markdown file because API rate limit is only 60 by hour and IP. Thanks

revolunet commented 11 years ago

you can change the parse to builtin parser also you can set your github API key so you're not limited. see https://github.com/revolunet/sublimetext-markdown-preview/blob/master/MarkdownPreview.sublime-settings

gl3n commented 11 years ago

OK I used OAuth token solution, works nice !