File tree Expand file tree Collapse file tree 3 files changed +1
-81
lines changed Expand file tree Collapse file tree 3 files changed +1
-81
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
],
32
32
"description" : " Insert bash formatted text"
33
33
},
34
- "Insert YAML header for blogs" : {
35
- "scope" : " quarto,markdown" ,
36
- "prefix" : " post_yaml" ,
37
- "body" : [
38
- " ---" ,
39
- " title: \"\" " ,
40
- " description: \" Our reasons for ...\" " ,
41
- " author: \"\" " ,
42
- " date: last-modified" ,
43
- " categories:" ,
44
- " ${0:Type 'category_keywords' to insert categories}" ,
45
- " ---"
46
- ],
47
- "description" : " Insert YAML header for Quarto blog posts."
48
- },
49
34
"Insert a hidden comment section" : {
50
35
"scope" : " quarto,markdown" ,
51
36
"prefix" : " hidden" ,
75
60
" | | | |"
76
61
],
77
62
"description" : " Insert a 3 col table"
78
- },
79
- "Insert video" : {
80
- "scope" : " quarto,markdown" ,
81
- "prefix" : " video" ,
82
- "body" : [
83
- " {{< video ${0:Insert link here} >}}"
84
- ],
85
- "description" : " Insert video that will be shown"
86
- },
87
- "Insert paneltab" : {
88
- "scope" : " quarto,markdown" ,
89
- "prefix" : " paneltab" ,
90
- "body" : [
91
- " ::: panel-tabset" ,
92
- " ### ${0:Header}" ,
93
- " " ,
94
- " ${1:Text body}" ,
95
- " " ,
96
- " ### ${2:Header}" ,
97
- " " ,
98
- " ${3:Text body}" ,
99
- " :::"
100
- ],
101
- "description" : " Insert paneltab (including two tabs here). If you want additional tabs, just include more headers."
102
63
}
103
64
}
Original file line number Diff line number Diff line change 8
8
"git.autofetch" : false ,
9
9
"quarto.visualEditor.markdownWrap" : " column" ,
10
10
"quarto.visualEditor.markdownWrapColumn" : 72 ,
11
- "autoDocstring.customTemplatePath" : " .vscode/google-notypes.mustache" ,
12
11
"editor.tabCompletion" : " on" ,
13
12
"editor.snippetSuggestions" : " inline" ,
14
13
"conventional-branch.type" : [
30
29
"editor.defaultFormatter" : " charliermarsh.ruff"
31
30
},
32
31
"files.associations" : {
32
+ "*.yml.jinja" : " jinja-yaml" ,
33
33
"*.cff.jinja" : " jinja-yaml" ,
34
34
"*.toml.jinja" : " jinja-toml"
35
35
},
You can’t perform that action at this time.
0 commit comments