Open current markdown file in a new window

It works for saved and unsaved files. Maybe unsaved file's content
should be written to a temporary file in case we crash, so that the user
doesn't lose all it's content.
This commit is contained in:
Mathieu PATUREL
2019-11-13 13:55:16 +11:00
commit 9a8ac3886e
3 changed files with 75 additions and 0 deletions

4
utils.py Normal file
View File

@ -0,0 +1,4 @@
import sublime
def get_settings():
return sublime.get_settings("MarkdownLivePreview.sublime-settings")