mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Auto: misc.
This commit is contained in:
Vendored
+2
-4
@@ -3,9 +3,6 @@
|
|||||||
"editor.wrappingIndent": "indent",
|
"editor.wrappingIndent": "indent",
|
||||||
"editor.overviewRulerBorder": false,
|
"editor.overviewRulerBorder": false,
|
||||||
"editor.lineHeight": 24,
|
"editor.lineHeight": 24,
|
||||||
"[markdown]": {
|
|
||||||
"editor.quickSuggestions": true
|
|
||||||
},
|
|
||||||
"files.defaultLanguage": "markdown",
|
"files.defaultLanguage": "markdown",
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/node_modules": true
|
"**/node_modules": true
|
||||||
@@ -16,6 +13,7 @@
|
|||||||
"foam.edit.linkReferenceDefinitions": "off",
|
"foam.edit.linkReferenceDefinitions": "off",
|
||||||
"foam.openDailyNote.directory": "journal",
|
"foam.openDailyNote.directory": "journal",
|
||||||
"foam.openDailyNote.titleFormat": "yyyy-mm-dd",
|
"foam.openDailyNote.titleFormat": "yyyy-mm-dd",
|
||||||
|
"vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT",
|
||||||
"git.enableSmartCommit": true,
|
"git.enableSmartCommit": true,
|
||||||
"git.postCommitCommand": "sync",
|
"git.postCommitCommand": "sync",
|
||||||
"markdown.preview.breaks": true,
|
"markdown.preview.breaks": true,
|
||||||
@@ -24,7 +22,7 @@
|
|||||||
"prettier.singleQuote": false,
|
"prettier.singleQuote": false,
|
||||||
"spellright.notificationClass": "warning",
|
"spellright.notificationClass": "warning",
|
||||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||||||
"vscodeMarkdownNotes.slugifyMethod": "NONE",
|
"vscodeMarkdownNotes.slugifyCharacter": "NONE",
|
||||||
"vim.handleKeys": {
|
"vim.handleKeys": {
|
||||||
"[": false,
|
"[": false,
|
||||||
"]": false,
|
"]": false,
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
# 2021-08-01
|
# 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]]
|
||||||
Reference in New Issue
Block a user