Files
MarkdownLivePreview/MarkdownLivePreview.sublime-settings
Mathieu PATUREL c10bc95e54 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
2019-11-16 14:19:46 +11:00

4 lines
110 B
Plaintext

{
// minimum number of milliseconds to wait before updating the preview again
"delay_between_updates": 100
}