loading images from internet working

This commit is contained in:
Mathieu PATUREL
2017-01-02 16:07:15 +11:00
parent 518f6f1ed4
commit 182862ecce
11 changed files with 158 additions and 121 deletions

View File

@ -0,0 +1,16 @@
[
{
"keys": ["alt+m"],
"command": "toggle_setting",
"args": {
"setting": "markdown_preview_enabled"
},
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "text.html.markdown"
}
]
}
]

View File

@ -0,0 +1,20 @@
[
{
"id": "preferences",
"children": [
{
"id": "package-settings",
"children": [
{
"caption": "MarkdownLivePreview",
"command": "open_file",
"args": {
"file": "$packages/User/MarkdownLivePreview.css",
"contents": "/* See http://www.sublimetext.com/docs/3/minihtml.html#css to know which property you're able to use */\n\n$0"
}
}
]
}
]
}
]

View File

@ -0,0 +1,9 @@
[
{
"caption": "MarkdownLivePreview: Toggle",
"command": "toggle_setting",
"args": {
"setting": "markdown_preview_enabled"
}
}
]

View File

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