You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the app stabilizes on the must have feature set this is planned to be added. Maybe earlier if it is really easy. You are welcome to look at the GitHub API docs and the Github.js javascript library and check if that is easy to implement.
Hey
I had another look -
to do this you need to change user.userRepos(username, callback) to user.repos(callback) in markx.js.
I'll try to do it later this week, but you can have a go at it and check it, from the quick test I did this returns a list of ALL the user repositories, including private ones and ones in which the user is a collaborator and not the owner.
If I sign in to my GitHub account, only public repositories can be selected/opened.
Private repositories are commonly used by our group to share paper drafts. Hence, it would be great to have access to them as well.
The text was updated successfully, but these errors were encountered: