Docs sync @ 9490aa2 Fixed typo (#54)

Updated .vscode dir, and added assets
This commit is contained in:
Riccardo
2023-10-25 11:42:02 +02:00
committed by GitHub
parent f4b87411d8
commit 1403a6dfe7
33 changed files with 147 additions and 37 deletions

29
.vscode/settings.json vendored
View File

@ -1,29 +0,0 @@
{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"[markdown]": {
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
"other": "on"
}
},
"files.defaultLanguage": "markdown",
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"foam.edit.linkReferenceDefinitions": "off",
"foam.openDailyNote.directory": "journal",
"foam.openDailyNote.titleFormat": "fullDate",
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"markdown.preview.breaks": true,
"pasteImage.path": "${projectRoot}/attachments",
"pasteImage.showFilePathConfirmInputBox": true,
"prettier.singleQuote": false,
}