vault backup: 2024-09-29 15:50:52

This commit is contained in:
RainBus
2024-09-29 15:50:52 +08:00
parent c493060783
commit 3531b107e4
20 changed files with 25287 additions and 78984 deletions

View File

@@ -1,7 +1,18 @@
{
"attachmentFolderPath": "./assets/${filename}",
"pastedImageFileName": "img-${date}",
"dateTimeFormat": "YYMMDDHHmmssSSS",
"autoRenameFiles": true,
"autoRenameFolder": true,
"autoRenameFiles": true
"convertImagesToJpeg": false,
"convertImagesOnDragAndDrop": false,
"deleteOrphanAttachments": false,
"duplicateNameSeparator": " ",
"jpegQuality": 0.8,
"keepEmptyAttachmentFolders": false,
"pastedFileName": "file-${date:YYYYMMDDHHmmssSSS}",
"renameCollectedFiles": false,
"renameOnlyImages": true,
"renamePastedFilesWithKnownNames": false,
"renameAttachmentsOnDragAndDrop": false,
"replaceWhitespace": false,
"toLowerCase": false
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,10 @@
{
"id": "obsidian-custom-attachment-location",
"name": "Custom Attachment Location",
"version": "0.0.9",
"minAppVersion": "0.12.17",
"description": "Customize attachment location with variables($filename, $data, etc) like typora.",
"author": "RainCat1998",
"authorUrl": "https://github.com/RainCat1998",
"isDesktopOnly": true
"id": "obsidian-custom-attachment-location",
"name": "Custom Attachment Location",
"version": "4.22.1",
"minAppVersion": "1.6.7",
"description": "Customize attachment location with variables($filename, $data, etc) like typora.",
"author": "RainCat1998",
"authorUrl": "https://github.com/RainCat1998/",
"isDesktopOnly": false
}