vault backup: 2024-09-29 15:50:52
This commit is contained in:
@@ -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
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user