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:
4
MarkdownLivePreview.sublime-settings
Normal file
4
MarkdownLivePreview.sublime-settings
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
// minimum number of milliseconds to wait before updating the preview again
|
||||
"delay_between_updates": 100
|
||||
}
|
||||
Reference in New Issue
Block a user