vault backup: 2026-08-26 17:23:27
This commit is contained in:
@@ -1,32 +1,42 @@
|
||||
{
|
||||
"attachmentFolderPath": "./assets/${noteFileName}",
|
||||
"attachmentRenameMode": "Only pasted images",
|
||||
"attachmentUnitFolderPaths": [],
|
||||
"collectAttachmentUsedByMultipleNotesMode": "Skip",
|
||||
"collectedAttachmentFileName": "",
|
||||
"convertImagesToJpegMode": "None",
|
||||
"customTokensStr": "",
|
||||
"defaultImageSize": "",
|
||||
"defaultImageSizeDimension": "width",
|
||||
"downloadNetworkImages": false,
|
||||
"duplicateNameSeparator": " ",
|
||||
"emptyAttachmentFolderBehavior": "DeleteWithEmptyParents",
|
||||
"emptyFolderBehavior": "DeleteWithEmptyParents",
|
||||
"excludePaths": [],
|
||||
"excludePathsFromAttachmentCollecting": [],
|
||||
"generatedAttachmentFileName": "file-${date:YYYYMMDDHHmmssSSS}",
|
||||
"excludePathsFromMultipleNotesCheck": [],
|
||||
"generatedAttachmentFileName": "file-${date:{momentJsFormat:'YYYYMMDDHHmmssSSS'}}",
|
||||
"includePaths": [],
|
||||
"jpegQuality": 0.8,
|
||||
"markdownUrlFormat": "",
|
||||
"moveAttachmentToProperFolderUsedByMultipleNotesMode": "CopyAll",
|
||||
"networkImageDownloadTimeoutInSeconds": 30,
|
||||
"notePriorities": [],
|
||||
"renamedAttachmentFileName": "",
|
||||
"shouldConvertPastedImagesToJpeg": false,
|
||||
"shouldDeleteOrphanAttachments": false,
|
||||
"shouldHandleRenames": true,
|
||||
"shouldPreserveImageMetadata": false,
|
||||
"shouldRenameAttachmentFiles": true,
|
||||
"shouldRenameAttachmentFolder": true,
|
||||
"shouldRenameAttachmentsCreatedByOtherPlugins": false,
|
||||
"shouldRenameCollectedAttachments": false,
|
||||
"shouldRescueSharedAttachments": false,
|
||||
"shouldSetLinkDisplayTextToAttachmentFileName": false,
|
||||
"shouldSkipCollectingAttachmentsReferencedByRawPath": false,
|
||||
"specialCharacters": "#^[]|*\\<>:?/",
|
||||
"specialCharactersReplacement": "-",
|
||||
"timeoutInSeconds": 5,
|
||||
"treatAsAttachmentExtensions": [
|
||||
".excalidraw.md"
|
||||
],
|
||||
"version": "9.24.0"
|
||||
"version": "11.8.0"
|
||||
}
|
||||
+502
-248
File diff suppressed because one or more lines are too long
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-custom-attachment-location",
|
||||
"name": "Custom Attachment Location",
|
||||
"version": "9.24.0",
|
||||
"minAppVersion": "1.10.6",
|
||||
"version": "11.8.0",
|
||||
"minAppVersion": "1.13.7",
|
||||
"description": "Customize attachment location with variables(${noteFileName}, ${date:format}, etc) like typora.",
|
||||
"author": "RainCat1998",
|
||||
"authorUrl": "https://github.com/RainCat1998/",
|
||||
"author": "mnaoumov (created by RainCat1998)",
|
||||
"authorUrl": "https://github.com/mnaoumov/",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://www.buymeacoffee.com/mnaoumov"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user