mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
* reorganized and updated foam docs * minor changes to vscode extension readme * added 404 page and minor changes Co-authored-by: Joe Previte <jjprevite@gmail.com>
30 lines
687 B
JSON
30 lines
687 B
JSON
{
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.minimap.enabled": false,
|
|
"editor.wrappingIndent": "indent",
|
|
"editor.overviewRulerBorder": false,
|
|
"editor.lineHeight": 24,
|
|
"foam.edit.linkReferenceDefinitions": "withExtensions",
|
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
|
"[markdown]": {
|
|
"editor.quickSuggestions": {
|
|
"other": true,
|
|
"comments": false,
|
|
"strings": false
|
|
}
|
|
},
|
|
"cSpell.language": "en-GB",
|
|
"git.enableSmartCommit": true,
|
|
"git.postCommitCommand": "sync",
|
|
"spellright.language": [
|
|
"en"
|
|
],
|
|
"spellright.documentTypes": [
|
|
"markdown",
|
|
"plaintext"
|
|
],
|
|
"files.exclude": {
|
|
"_site/**": true
|
|
}
|
|
}
|