added a getting started guide, and some settings defaults

This commit is contained in:
Riccardo Ferretti
2021-01-05 23:30:47 +01:00
parent 91f1b79377
commit cb52fbef67
5 changed files with 43 additions and 13 deletions

View File

@ -3,7 +3,6 @@
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Gray Matter Light",
"[markdown]": {
"editor.quickSuggestions": true
},
@ -18,5 +17,7 @@
},
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
"foam.edit.linkReferenceDefinitions": "withExtensions"
"foam.edit.linkReferenceDefinitions": "withExtensions",
"foam.openDailyNote.directory": "journal",
"foam.openDailyNote.titleFormat": "fullDate",
}