From 73b07ccb916d45f8f51deecd6645fe9c028ae657 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 7 May 2021 20:42:58 +0200 Subject: [PATCH] Auto: misc. --- sarah schwettmann.md | 2 +- workspace.code-workspace | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 workspace.code-workspace diff --git a/sarah schwettmann.md b/sarah schwettmann.md index 3a40ae1a6..dd0ae0437 100644 --- a/sarah schwettmann.md +++ b/sarah schwettmann.md @@ -1,4 +1,4 @@ # sarah schwettmann -- [[pull]] [[cogconfluence:]] +- [[pull]] [[cogconfluence]] diff --git a/workspace.code-workspace b/workspace.code-workspace new file mode 100644 index 000000000..9a14a083f --- /dev/null +++ b/workspace.code-workspace @@ -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 + } + } +} \ No newline at end of file