1
0

项目:启用 canvas

This commit is contained in:
周中平 2023-07-17 11:04:32 +08:00
parent e8ea610d45
commit abf0307441
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC
3 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ yarn-error.log*
/.vscode
/.trash
.obsidian/workspace.json
/book

2
.obsidian/app.json vendored
View File

@ -7,7 +7,7 @@
"trashOption": "system",
"promptDelete": true,
"communityPluginSortOrder": "download",
"attachmentFolderPath": "",
"attachmentFolderPath": "static/upload",
"userIgnoreFilters": [
"src/",
"static/",

View File

@ -1,4 +1,6 @@
{
"snapToObjects": true,
"snapToGrid": true
"snapToGrid": true,
"newFileLocation": "folder",
"newFileFolderPath": "canvas"
}