utils.py contained two functions. One which wasn't used, and another, get_settings() which I moved to MarkdownLivePreview.py Add an entry to the command palette to edit the settings
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
[
|
|
|
|
{
|
|
"caption": "MarkdownLivePreview: Open Preview",
|
|
"command": "open_markdown_preview"
|
|
},
|
|
{
|
|
"caption": "MarkdownLivePreview: Open Settings",
|
|
"command": "edit_settings", "args":
|
|
{
|
|
"base_file": "${packages}/MarkdownLivePreview/MarkdownLivePreview.sublime-settings",
|
|
"default": "{\n\t$0\n}\n"
|
|
},
|
|
}
|
|
] |