condemil / gist

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

Gitlab support #163

Closed jrock2004 closed 7 years ago

jrock2004 commented 9 years ago

So at work we use an open source alternative called gitlab. Gitlab has gists but its a little different. Is there anyway to add support?

Here is an example url https://gitlab.myworkdomain.net/snippets/74

Thanks

condemil commented 7 years ago

Sublime Gist project is highly integrated with features provided by GitHub, as I can see GitLab Snippets may look similar, however they have core deferences, such as only one file per snippet or completely different API that makes it challenging to support both within one project. As a good start you or someone else may fork Sublime Gist and adapt it for GitLab Snippets.