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

View File

@ -0,0 +1,7 @@
[
{
"caption": "MarkdownLivePreview: Open Preview",
"command": "open_markdown_preview"
}
]