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,
|
"changeNoteBacklinksAlt": true,
|
||||||
"consistencyReportFile": "consistency-report.md",
|
"consistencyReportFile": "consistency-report.md",
|
||||||
"deleteAttachmentsWithNote": true,
|
"deleteAttachmentsWithNote": true,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"attachmentFolderPath": "./attachments/${filename}",
|
"attachmentFolderPath": "./attachments/${filename}",
|
||||||
"autoRenameFiles": false,
|
"autoRenameFiles": false,
|
||||||
"autoRenameFolder": false,
|
"autoRenameFolder": true,
|
||||||
"convertImagesOnDragAndDrop": false,
|
"convertImagesOnDragAndDrop": false,
|
||||||
"convertImagesToJpeg": false,
|
"convertImagesToJpeg": false,
|
||||||
"deleteOrphanAttachments": false,
|
"deleteOrphanAttachments": false,
|
||||||
|
|
4
.obsidian/workspace.json
vendored
4
.obsidian/workspace.json
vendored
|
@ -213,6 +213,8 @@
|
||||||
},
|
},
|
||||||
"active": "7d5274162457b1c7",
|
"active": "7d5274162457b1c7",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"consistency-report.md",
|
||||||
|
"Readme.md",
|
||||||
"Notes/__Using The Vault.md",
|
"Notes/__Using The Vault.md",
|
||||||
"__Dashboard.md",
|
"__Dashboard.md",
|
||||||
"Attic",
|
"Attic",
|
||||||
|
@ -226,9 +228,7 @@
|
||||||
"Notes/Color Palette Generator.md",
|
"Notes/Color Palette Generator.md",
|
||||||
"Notes/Convert PDF Coloring Pages.md",
|
"Notes/Convert PDF Coloring Pages.md",
|
||||||
"Notes/Notes.md",
|
"Notes/Notes.md",
|
||||||
"Readme.md",
|
|
||||||
"Notes/_Troubleshooting The Vault.md",
|
"Notes/_Troubleshooting The Vault.md",
|
||||||
"consistency-report.md",
|
|
||||||
"Notes/attachments/Vault Screenshot 3.png",
|
"Notes/attachments/Vault Screenshot 3.png",
|
||||||
"Notes/attachments/Vault Screenshot 2.png",
|
"Notes/attachments/Vault Screenshot 2.png",
|
||||||
"Notes/attachments/Vault Screenshot 1.png",
|
"Notes/attachments/Vault Screenshot 1.png",
|
||||||
|
|
Loading…
Reference in a new issue