tosher / StGitlab

Sublime text Gitlab manager
Other
12 stars 0 forks source link
gitlab manager sublime text

StGitlab: SublimeText Gitlab manager

SublimeText 3 plugin to manage Gitlab projects:

Features

Screenshots

Project issues list

p1

Issue

p2

Snippet

p3

Install

Package Control

The easiest way to install this is with Package Control.

Package Control will automatically keep StGitlab up to date with the latest version.

Configure

Basic

For editing descriptions, notes for issues, merges, etc. in markdown, plugin MarkdownEditing is recommended.

Example:

{
    "gitlab_url": "URL to your Gitlab",
    "api_token": "Set your Gitlab API token",
    "ssl_verify": true,
    "projects_filter": ["mygroup/MyProject"],
    "users_group_filter": ["mygroup"],
    "list_page_size": 40,
    "show_system_notes": true,
    "syntax_file": "Packages/StGitlab/StGitlab.sublime-syntax",
    "syntax_file_edit": "Packages/MarkdownEditing/Markdown.sublime-syntax",
}

Hints

For auto-completions show, add option to syntax specific settings (markdown):

"auto_complete_triggers": [ {"selector": "text.html.markdown", "characters": "#!@"} ]

External dependencies

Dependencies, supported by Package control