disable auto-attachment management -- there may be a bug
This commit is contained in:
parent
9d4412a407
commit
69b5c11f3e
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"autoCollectAttachments": true,
|
||||
"autoCollectAttachments": false,
|
||||
"changeNoteBacklinksAlt": true,
|
||||
"consistencyReportFile": "consistency-report.md",
|
||||
"deleteAttachmentsWithNote": true,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"attachmentFolderPath": "./attachments/${filename}",
|
||||
"autoRenameFiles": false,
|
||||
"autoRenameFolder": false,
|
||||
"autoRenameFolder": true,
|
||||
"convertImagesOnDragAndDrop": false,
|
||||
"convertImagesToJpeg": false,
|
||||
"deleteOrphanAttachments": false,
|
||||
|
|
4
.obsidian/workspace.json
vendored
4
.obsidian/workspace.json
vendored
|
@ -213,6 +213,8 @@
|
|||
},
|
||||
"active": "7d5274162457b1c7",
|
||||
"lastOpenFiles": [
|
||||
"consistency-report.md",
|
||||
"Readme.md",
|
||||
"Notes/__Using The Vault.md",
|
||||
"__Dashboard.md",
|
||||
"Attic",
|
||||
|
@ -226,9 +228,7 @@
|
|||
"Notes/Color Palette Generator.md",
|
||||
"Notes/Convert PDF Coloring Pages.md",
|
||||
"Notes/Notes.md",
|
||||
"Readme.md",
|
||||
"Notes/_Troubleshooting The Vault.md",
|
||||
"consistency-report.md",
|
||||
"Notes/attachments/Vault Screenshot 3.png",
|
||||
"Notes/attachments/Vault Screenshot 2.png",
|
||||
"Notes/attachments/Vault Screenshot 1.png",
|
||||
|
|
Loading…
Reference in a new issue