add sublime-commands file (solving #1)
This commit is contained in:
9
MarkdownLivePreview.sublime-commands
Normal file
9
MarkdownLivePreview.sublime-commands
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"caption": "MarkdownLivePreview: Toggle",
|
||||||
|
"command": "toggle_setting",
|
||||||
|
"args": {
|
||||||
|
"setting": "markdown_preview_enabled"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user