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 /.vscode
/.trash /.trash
.obsidian/workspace.json .obsidian/workspace.json
/book

2
.obsidian/app.json vendored
View File

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

View File

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