Auto: misc.

This commit is contained in:
2021-05-07 20:42:58 +02:00
parent d488cf9d6e
commit 73b07ccb91
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# sarah schwettmann
- [[pull]] [[cogconfluence:]]
- [[pull]] [[cogconfluence]]
+21
View File
@@ -0,0 +1,21 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.defaultLanguage": "markdown",
"foam.edit.linkReferenceDefinitions": "off",
"foam.openDailyNote.directory": "journal",
"foam.openDailyNote.titleFormat": "yyyy-mm-dd",
"pasteImage.path": "${projectRoot}/assets",
"pasteImage.showFilePathConfirmInputBox": true,
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyMethod": "NONE",
"vim.handleKeys": {
"[": false,
"]": false
}
}
}