loading images from internet working
This commit is contained in:
16
.sublime/Default.sublime-keymap
Normal file
16
.sublime/Default.sublime-keymap
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
20
.sublime/Main.sublime-menu
Normal file
20
.sublime/Main.sublime-menu
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
9
.sublime/MarkdownLivePreview.sublime-commands
Normal file
9
.sublime/MarkdownLivePreview.sublime-commands
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"caption": "MarkdownLivePreview: Toggle",
|
||||
"command": "toggle_setting",
|
||||
"args": {
|
||||
"setting": "markdown_preview_enabled"
|
||||
}
|
||||
}
|
||||
]
|
||||
3
.sublime/MarkdownLivePreview.sublime-settings
Normal file
3
.sublime/MarkdownLivePreview.sublime-settings
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"load_from_internet_when_starts": ["http://", "https://"]
|
||||
}
|
||||
Reference in New Issue
Block a user