mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
Auto: misc.
This commit is contained in:
Vendored
+2
-4
@@ -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,
|
||||
|
||||
@@ -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.
|
||||
- [[trying to disable slugs]]
|
||||
Reference in New Issue
Block a user