-
Notifications
You must be signed in to change notification settings - Fork 644
/
Context.sublime-menu
56 lines (56 loc) · 1 KB
/
Context.sublime-menu
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"caption": "MarkdownEditing",
"id": "markdownediting",
"children": [
{
"caption": "-",
"id": "folding"
},
{
"caption": "Fold Section",
"command": "mde_fold_section"
},
{
"caption": "Unfold Section",
"command": "mde_unfold_section"
},
{
"caption": "-",
"id": "references"
},
{
"caption": "Jump Reference",
"command": "mde_reference_jump_context"
},
{
"caption": "Convert inline link to reference",
"command": "mde_convert_inline_link_to_reference"
},
{
"caption": "-",
"id": "wiki"
},
{
"caption": "Open wiki page",
"command": "mde_open_page"
},
{
"caption": "Open home wiki page",
"command": "mde_open_home_page"
},
{
"caption": "Open todays journal page",
"command": "mde_open_journal"
},
{
"caption": "Make wiki page reference",
"command": "mde_make_page_reference"
},
{
"caption": "List back links",
"command": "mde_list_back_links"
}
]
}
]