#38 added basic snippets for markdown
This commit is contained in:
parent
2b7d977e70
commit
8b9f45d92e
25
.vscode/markdown.code-snippets
vendored
Normal file
25
.vscode/markdown.code-snippets
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"online im Internet": {
|
||||
"scope": "markdown",
|
||||
"prefix": "oii",
|
||||
"body": "online im Internet"
|
||||
},
|
||||
|
||||
"autocite": {
|
||||
"scope": "markdown",
|
||||
"prefix": "ac",
|
||||
"body": "[vgl. @${1:bibentry}, ${2:page}]"
|
||||
},
|
||||
|
||||
"label": {
|
||||
"scope": "markdown",
|
||||
"prefix": "lbl",
|
||||
"body": "{#${1:type}:${2:id}}"
|
||||
},
|
||||
|
||||
"reference": {
|
||||
"scope": "markdown",
|
||||
"prefix": "ref",
|
||||
"body": "[@$1]"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user