mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-29 14:48:56 +00:00
adjusted various settings
This commit is contained in:
parent
c8567e7dd4
commit
60a3950f4b
1 changed files with 8 additions and 7 deletions
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"prettier.singleQuote": false,
|
|
||||||
"editor.minimap.enabled": false,
|
"editor.minimap.enabled": false,
|
||||||
"editor.wrappingIndent": "indent",
|
"editor.wrappingIndent": "indent",
|
||||||
"editor.overviewRulerBorder": false,
|
"editor.overviewRulerBorder": false,
|
||||||
|
@ -7,8 +6,6 @@
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.quickSuggestions": true
|
"editor.quickSuggestions": true
|
||||||
},
|
},
|
||||||
"git.enableSmartCommit": true,
|
|
||||||
"git.postCommitCommand": "sync",
|
|
||||||
"files.defaultLanguage": "markdown",
|
"files.defaultLanguage": "markdown",
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/node_modules": true
|
"**/node_modules": true
|
||||||
|
@ -16,11 +13,15 @@
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/node_modules": true
|
"**/node_modules": true
|
||||||
},
|
},
|
||||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
|
||||||
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
|
|
||||||
"foam.edit.linkReferenceDefinitions": "withExtensions",
|
"foam.edit.linkReferenceDefinitions": "withExtensions",
|
||||||
"foam.openDailyNote.directory": "journal",
|
"foam.openDailyNote.directory": "journal",
|
||||||
"foam.openDailyNote.titleFormat": "fullDate",
|
"foam.openDailyNote.titleFormat": "fullDate",
|
||||||
"pasteImage.path": "${currentFileDir}/images/${currentFileNameWithoutExt}",
|
"git.enableSmartCommit": true,
|
||||||
"markdown.preview.breaks": true
|
"git.postCommitCommand": "sync",
|
||||||
|
"markdown.preview.breaks": true,
|
||||||
|
"pasteImage.path": "${projectRoot}/attachments",
|
||||||
|
"pasteImage.showFilePathConfirmInputBox": true,
|
||||||
|
"prettier.singleQuote": false,
|
||||||
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||||||
|
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue