auto open up preview window #7

This commit is contained in:
Mathieu PATUREL
2017-01-09 15:08:13 +11:00
parent cda4532833
commit 9206b6de62
6 changed files with 30 additions and 5 deletions

View File

@ -6,5 +6,13 @@
{
"caption": "MarkdownLivePreview: Clear Cache",
"command": "markdown_live_preview_clear_cache"
},
{
"caption": "Preferences: MarkdownLivePreview Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/MarkdownLivePreview/.sublime/MarkdownLivePreview.sublime-settings",
"default": "// Your settings for MarkdownLivePreview. See the default file to see the different options. \n{\n\t$0\n}\n"
}
}
]

View File

@ -1,3 +1,4 @@
{
"markdown_live_preview_on_open": false,
"load_from_internet_when_starts": ["http://", "https://"]
}

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>name</key>
<string>MarkdownLivePreview</string>
<string>MarkdownLivePreviewSyntax</string>
<key>patterns</key>
<array>