From f4a792bb6f87dea9908b286b82106f1c7155f3f3 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 1 Aug 2021 00:47:40 +0200 Subject: [PATCH] Auto: misc. --- .vscode/settings.json | 6 ++---- journal/2021-08-01.md | 3 ++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7646a573b..0b7c6b256 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,9 +3,6 @@ "editor.wrappingIndent": "indent", "editor.overviewRulerBorder": false, "editor.lineHeight": 24, - "[markdown]": { - "editor.quickSuggestions": true - }, "files.defaultLanguage": "markdown", "files.exclude": { "**/node_modules": true @@ -16,6 +13,7 @@ "foam.edit.linkReferenceDefinitions": "off", "foam.openDailyNote.directory": "journal", "foam.openDailyNote.titleFormat": "yyyy-mm-dd", + "vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT", "git.enableSmartCommit": true, "git.postCommitCommand": "sync", "markdown.preview.breaks": true, @@ -24,7 +22,7 @@ "prettier.singleQuote": false, "spellright.notificationClass": "warning", "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", - "vscodeMarkdownNotes.slugifyMethod": "NONE", + "vscodeMarkdownNotes.slugifyCharacter": "NONE", "vim.handleKeys": { "[": false, "]": false, diff --git a/journal/2021-08-01.md b/journal/2021-08-01.md index c2797667b..5264ad6b2 100644 --- a/journal/2021-08-01.md +++ b/journal/2021-08-01.md @@ -1,3 +1,4 @@ # 2021-08-01 -- I wonder if I can make [[foam]] not start each file with a header, I need to find the doc showing all settings. \ No newline at end of file +- I wonder if I can make [[foam]] not start each file with a header, I need to find the doc showing all settings. +- [[trying to disable slugs]] \ No newline at end of file