forked from cloudposse/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.config.cson
68 lines (68 loc) · 1.41 KB
/
.config.cson
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
"*":
welcome:
showOnStartup: false
"local-config":
applyOnActivation: true
"tool-bar-markdown-writer":
visibility: "showButtonsOnAll"
"markdown-image-assistant":
imageDir: "static/assets"
imageUrlPrefix: "/assets"
insertTemplate: "{{< img src=\"%SRC%\" title=\"\" >}}"
"autocomplete-paths":
enableHtmlSupport: true
maxFileCount: 10000
normalizeSlashes: false
scopes: [
{
includeCurrentDirectory: true
prefixes: [
'{{< relref "'
]
projectRelativePath: true
relative: false
replaceOnInsert: [
[
"^content\\/(.*?)$"
"$1"
]
]
scopes: [
"text.md"
]
},
{
includeCurrentDirectory: true
prefixes: [
'{{< img src="'
]
projectRelativePath: true
relative: false
replaceOnInsert: [
[
"^static\\/(.*?)$"
"/$1"
]
]
scopes: [
"text.md"
]
},
{
includeCurrentDirectory: true
prefixes: [
'{{% include-code-block(\\s*\\w*=\\".*\\")*\\sfile="'
]
projectRelativePath: true
relative: false
replaceOnInsert: [
[
"^content\\/(.*?)$"
"$1"
]
]
scopes: [
"text.md"
]
}
]