添加今日笔记 2022-04-09

更改初始设置
移除默认截图目录
完成教程
This commit is contained in:
2022-04-09 22:45:19 +08:00
parent cdf95090d5
commit dd3284ab99
5 changed files with 49 additions and 28 deletions

View File

@@ -15,11 +15,11 @@
},
"foam.edit.linkReferenceDefinitions": "off",
"foam.openDailyNote.directory": "journal",
"foam.openDailyNote.titleFormat": "fullDate",
"foam.openDailyNote.titleFormat": "isoUtcDateTime",
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"markdown.preview.breaks": true,
"pasteImage.path": "${projectRoot}/attachments",
"pasteImage.path": "${currentFileDir}/images",
"pasteImage.showFilePathConfirmInputBox": true,
"prettier.singleQuote": false,
}