forked from SublimeText-Markdown/MarkdownEditing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault.sublime-commands
36 lines (36 loc) · 1023 Bytes
/
Default.sublime-commands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{
"caption": "MarkdownEditing: Fix Underlined Headers",
"command": "fix_all_underlined_headers"
},
{
"caption": "MarkdownEditing: Convert Underlined Headers to ATX",
"command": "convert_to_atx"
},
{
"caption": "MarkdownEditing: Add Missing Link Labels",
"command": "gather_missing_link_markers"
},
{
"caption": "Preferences: MarkdownEditing Settings – Default",
"command": "open_file", "args":
{
"file": "${packages}/MarkdownEditing/Markdown.sublime-settings"
}
},
{
"caption": "Preferences: MarkdownEditing Settings – User",
"command": "open_file", "args":
{
"file": "${packages}/User/Markdown.sublime-settings"
}
},
{
"caption": "MarkdownEditing: Markdown Lint",
"command": "markdown_lint"
},
{
"caption": "MarkdownEditing: Switch List Bullet Type",
"command": "switch_list_bullet_type"
}
]