mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 11:58:53 +00:00
* removed gitlens * adjusted various settings * added foam onboarding to template * removed prettier extension * added setting to match OS color scheme * a couple of minor changes re todos and readme * added spellright to list of recommended extensions, and added to getting started guide * added reference to LTeX in spell checking doc * Added logo to readme * fixed link to LTeX extension * styling logo in readme * more style experiments
29 lines
950 B
JSON
29 lines
950 B
JSON
{
|
|
"editor.minimap.enabled": false,
|
|
"editor.wrappingIndent": "indent",
|
|
"editor.overviewRulerBorder": false,
|
|
"editor.lineHeight": 24,
|
|
"[markdown]": {
|
|
"editor.quickSuggestions": true
|
|
},
|
|
"files.defaultLanguage": "markdown",
|
|
"files.exclude": {
|
|
"**/node_modules": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/node_modules": true
|
|
},
|
|
"foam.edit.linkReferenceDefinitions": "withExtensions",
|
|
"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,
|
|
"spellright.notificationClass": "warning",
|
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
|
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
|
|
"window.autoDetectColorScheme": true,
|
|
}
|