LexLadiesCode / SublimeTextGistPlugin

A plugin for Sublime Text to make Github Gists and get feedback.
0 stars 0 forks source link

Fetch comments on gists, surface in Sublime Text #4

Open cheshire137 opened 9 years ago

cheshire137 commented 9 years ago

Need to poll Github Gist API for comments on the Gist they created. This means we need to keep track of when the Sublime Text user creates a Gist and we need to know its ID.

Fetch a Gist's comments and somehow expose them in the editor. Gists don't have line comments, just overall comments, so maybe have an icon somewhere on the editor. Like the orange envelope on Reddit when you have new mail.