From b63aa796585b54617987c49c5128e348b188022d Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 5 Sep 2021 20:03:10 +0200 Subject: [PATCH] Track my actual open agora editors in my garden. We could all do this (that's the spirit of the agora) and thus share our mental [[contexts]]. --- flancian.code-workspace | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 flancian.code-workspace diff --git a/flancian.code-workspace b/flancian.code-workspace new file mode 100644 index 000000000..5d2e40c4e --- /dev/null +++ b/flancian.code-workspace @@ -0,0 +1,22 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "files.defaultLanguage": "markdown", + "foam.edit.linkReferenceDefinitions": "off", + "foam.openDailyNote.directory": "journal", + "vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT", + "foam.openDailyNote.titleFormat": "yyyy-mm-dd", + "pasteImage.path": "${projectRoot}/assets", + "pasteImage.showFilePathConfirmInputBox": true, + "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", + "vscodeMarkdownNotes.slugifyCharacter": "NONE", + "vim.handleKeys": { + "[": false, + "]": false + } + } +} \ No newline at end of file