Auto: misc.

This commit is contained in:
2021-08-01 00:47:40 +02:00
parent 18050fba1e
commit f4a792bb6f
2 changed files with 4 additions and 5 deletions
+2 -4
View File
@@ -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,
+2 -1
View File
@@ -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.
- 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]]