Files
MarkdownLivePreview/MarkdownLivePreview.sublime-commands
Mathieu PATUREL 9a8ac3886e 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.
2019-11-13 13:57:24 +11:00

7 lines
97 B
Plaintext

[
{
"caption": "MarkdownLivePreview: Open Preview",
"command": "open_markdown_preview"
}
]