forked from facelessuser/ExportHtml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDefault.sublime-commands
More file actions
executable file
·35 lines (35 loc) · 952 Bytes
/
Default.sublime-commands
File metadata and controls
executable file
·35 lines (35 loc) · 952 Bytes
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
[
// Export to HTML
{
"caption": "Export to HTML: Show Export Menu",
"command": "export_html_panel"
},
{
"caption": "Export to BBCode: Show Export Menu",
"command": "export_bbcode_panel"
},
{
"caption": "Export to HTML: Toggle Annotation Mode",
"command": "toggle_annotation_html_mode"
},
{
"caption": "Export to HTML: Add Annotation",
"command": "add_annotation"
},
{
"caption": "Export to HTML: Edit Annotation",
"command": "edit_annotation"
},
{
"caption": "Export to HTML: Delete Annotation(s)",
"command": "delete_annotations"
},
{
"caption": "Export to HTML: Delete All Annotations",
"command": "clear_annotations"
},
{
"caption": "Export to HTML: Show Annotation Comment",
"command": "show_annotation_comment"
}
]