mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
* changed vscode setting to include extensions in link definition * updated docs to include extension in wikilink definition * updated readme to navigate to github pages instead of published site
21 lines
577 B
JSON
21 lines
577 B
JSON
{
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.minimap.enabled": false,
|
|
"editor.wrappingIndent": "indent",
|
|
"editor.overviewRulerBorder": false,
|
|
"editor.lineHeight": 24,
|
|
"workbench.colorTheme": "Gray Matter Light",
|
|
"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"
|
|
}
|