adjust obsidian native attachment path
This commit is contained in:
parent
cbd9f8eb9f
commit
4601db3567
3
.obsidian/app.json
vendored
3
.obsidian/app.json
vendored
|
@ -6,5 +6,6 @@
|
||||||
"useMarkdownLinks": true,
|
"useMarkdownLinks": true,
|
||||||
"showUnsupportedFiles": true,
|
"showUnsupportedFiles": true,
|
||||||
"defaultViewMode": "preview",
|
"defaultViewMode": "preview",
|
||||||
"livePreview": false
|
"livePreview": false,
|
||||||
|
"attachmentFolderPath": "./attachments"
|
||||||
}
|
}
|
3
.obsidian/workspace.json
vendored
3
.obsidian/workspace.json
vendored
|
@ -223,8 +223,7 @@
|
||||||
"zk-prefixer:Create new unique note": true,
|
"zk-prefixer:Create new unique note": true,
|
||||||
"command-palette:Open command palette": false,
|
"command-palette:Open command palette": false,
|
||||||
"smart-random-note:Open Random Note from Search": true,
|
"smart-random-note:Open Random Note from Search": true,
|
||||||
"dashboard-navigator:Open dashboard navigator": false,
|
"dashboard-navigator:Open dashboard navigator": false
|
||||||
"table-editor-obsidian:Advanced Tables Toolbar": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "7b253e232b4d6bfd",
|
"active": "7b253e232b4d6bfd",
|
||||||
|
|
Loading…
Reference in a new issue