-
Notifications
You must be signed in to change notification settings - Fork 9
/
Context.sublime-menu
19 lines (18 loc) · 986 Bytes
/
Context.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ "caption": "-" },
{ "id": "SublimePelican", "caption": "SublimePelican", "children": [
{ "caption": "Insert Category", "command": "pelican_insert_category" },
{ "caption": "Insert Tag", "command": "pelican_insert_tag" },
{ "caption": "Insert Link to Post", "command": "pelican_link_to_post" },
{ "caption": "-" },
{ "caption": "New Article (Markdown)", "command": "pelican_new_markdown" },
{ "caption": "New Article (reStructuredText)", "command": "pelican_new_restructuredtext" },
{ "caption": "-" },
{ "caption": "Insert Article Metadata", "command": "pelican_insert_metadata" },
{ "caption": "Select Article Metadata", "command": "pelican_select_metadata" },
{ "caption": "-" },
{ "caption": "Update Slug using Title", "command": "pelican_generate_slug" },
{ "caption": "Update Article Date", "command": "pelican_update_date" }
]},
{ "caption": "-", "id": "end" }
]