mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-24 02:48:59 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
||
"noteSync.enableNoteSync": false, // 只有这个设置了true,该插件才会生效,防止该插件全局生效
|
||
"noteSync.pullStatusMessage": "笔记正在下拉", // 当在下拉笔记时左下角显示的状态文案
|
||
"noteSync.finishStatusMessage": "笔记同步完成",
|
||
//
|
||
"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": "off",
|
||
"foam.openDailyNote.directory": "journal",
|
||
"foam.openDailyNote.titleFormat": "fullDate",
|
||
"git.enableSmartCommit": true,
|
||
"git.postCommitCommand": "sync",
|
||
"markdown.preview.breaks": true,
|
||
"pasteImage.path": "${projectRoot}/docs/attachments",
|
||
"pasteImage.showFilePathConfirmInputBox": true,
|
||
"prettier.singleQuote": false,
|
||
"spellright.notificationClass": "warning",
|
||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
|
||
}
|