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 3131 ],
3232 "description" : " Insert bash formatted text"
3333 },
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- },
4934 "Insert a hidden comment section" : {
5035 "scope" : " quarto,markdown" ,
5136 "prefix" : " hidden" ,
7560 " | | | |"
7661 ],
7762 "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."
10263 }
10364}
Original file line number Diff line number Diff line change 88 "git.autofetch" : false ,
99 "quarto.visualEditor.markdownWrap" : " column" ,
1010 "quarto.visualEditor.markdownWrapColumn" : 72 ,
11- "autoDocstring.customTemplatePath" : " .vscode/google-notypes.mustache" ,
1211 "editor.tabCompletion" : " on" ,
1312 "editor.snippetSuggestions" : " inline" ,
1413 "conventional-branch.type" : [
3029 "editor.defaultFormatter" : " charliermarsh.ruff"
3130 },
3231 "files.associations" : {
32+ "*.yml.jinja" : " jinja-yaml" ,
3333 "*.cff.jinja" : " jinja-yaml" ,
3434 "*.toml.jinja" : " jinja-toml"
3535 },
You can’t perform that action at this time.
0 commit comments