remove utils.py file; use a setting file for delay between updates

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
This commit is contained in:
Mathieu PATUREL
2019-11-16 12:44:41 +11:00
parent 84fb15aec3
commit c10bc95e54
5 changed files with 47 additions and 63 deletions

View File

@ -3,5 +3,13 @@
{
"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"
},
}
]