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