vault backup: 2025-12-24 10:44:19
This commit is contained in:
@@ -1,23 +1,32 @@
|
||||
{
|
||||
"attachmentFolderPath": "./assets/${filename}",
|
||||
"attachmentFolderPath": "./assets/${noteFileName}",
|
||||
"attachmentRenameMode": "Only pasted images",
|
||||
"collectAttachmentUsedByMultipleNotesMode": "Skip",
|
||||
"collectedAttachmentFileName": "",
|
||||
"customTokensStr": "",
|
||||
"defaultImageSize": "",
|
||||
"defaultImageSizeDimension": "width",
|
||||
"duplicateNameSeparator": " ",
|
||||
"emptyAttachmentFolderBehavior": "DeleteWithEmptyParents",
|
||||
"excludePaths": [],
|
||||
"generatedAttachmentFilename": "file-${date:YYYYMMDDHHmmssSSS}",
|
||||
"excludePathsFromAttachmentCollecting": [],
|
||||
"generatedAttachmentFileName": "file-${date:YYYYMMDDHHmmssSSS}",
|
||||
"includePaths": [],
|
||||
"jpegQuality": 0.8,
|
||||
"markdownUrlFormat": "",
|
||||
"moveAttachmentToProperFolderUsedByMultipleNotesMode": "CopyAll",
|
||||
"renamedAttachmentFileName": "",
|
||||
"shouldConvertPastedImagesToJpeg": false,
|
||||
"shouldDeleteOrphanAttachments": false,
|
||||
"shouldHandleRenames": true,
|
||||
"shouldRenameAttachmentFiles": true,
|
||||
"shouldRenameAttachmentFolder": true,
|
||||
"shouldRenameAttachmentsToLowerCase": false,
|
||||
"shouldRenameCollectedAttachments": false,
|
||||
"specialCharacters": "#^[]|*\\<>:?",
|
||||
"specialCharacters": "#^[]|*\\<>:?/",
|
||||
"specialCharactersReplacement": "-",
|
||||
"timeoutInSeconds": 5,
|
||||
"treatAsAttachmentExtensions": [
|
||||
".excalidraw.md"
|
||||
],
|
||||
"warningVersion": "0.0.0"
|
||||
"version": "9.24.0"
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"id": "obsidian-custom-attachment-location",
|
||||
"name": "Custom Attachment Location",
|
||||
"version": "4.27.5",
|
||||
"minAppVersion": "1.7.4",
|
||||
"description": "Customize attachment location with variables($filename, $data, etc) like typora.",
|
||||
"version": "9.24.0",
|
||||
"minAppVersion": "1.10.6",
|
||||
"description": "Customize attachment location with variables(${noteFileName}, ${date:format}, etc) like typora.",
|
||||
"author": "RainCat1998",
|
||||
"authorUrl": "https://github.com/RainCat1998/",
|
||||
"isDesktopOnly": false,
|
||||
|
||||
1
.obsidian/plugins/obsidian-custom-attachment-location/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-custom-attachment-location/styles.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.obsidian-custom-attachment-location.obsidian-dev-utils.code-highlighter-component textarea.tokenized-string-setting-control{height:6em}.obsidian-custom-attachment-location.obsidian-dev-utils.multiple-text-component textarea{height:6em;width:20em}.obsidian-custom-attachment-location.obsidian-dev-utils.code-highlighter-component textarea.custom-tokens-setting-control{height:18em;width:36em}.obsidian-custom-attachment-location.prompt-modal .cancel-button{margin-right:10px}.obsidian-custom-attachment-location.preview-modal .preview-container{overflow:auto}.obsidian-custom-attachment-location.preview-modal .preview-container.image-embed img,.obsidian-custom-attachment-location.preview-modal .preview-container.video-embed video{max-width:100%;max-height:100%;object-fit:contain}.obsidian-custom-attachment-location .highlighted-token{color:var(--text-accent)}.obsidian-custom-attachment-location .default-image-size-dimension-setting-control{margin-left:5px}
|
||||
Reference in New Issue
Block a user