vault backup: 2025-11-10 16:55:49
This commit is contained in:
-349
@@ -1,349 +0,0 @@
|
||||
{
|
||||
"folderPresets": [
|
||||
{
|
||||
"type": "DEFAULT",
|
||||
"name": "Default (Obsidian setting)"
|
||||
},
|
||||
{
|
||||
"type": "ROOT",
|
||||
"name": "Root folder"
|
||||
},
|
||||
{
|
||||
"type": "CURRENT",
|
||||
"name": "Same folder as current note"
|
||||
}
|
||||
],
|
||||
"selectedFolderPreset": "Root folder",
|
||||
"filenamePresets": [
|
||||
{
|
||||
"name": "Keep original name",
|
||||
"customTemplate": "{imagename}",
|
||||
"skipRenamePatterns": "",
|
||||
"conflictResolution": "increment"
|
||||
},
|
||||
{
|
||||
"name": "NoteName-Timestamp",
|
||||
"customTemplate": "{notename}-{timestamp}",
|
||||
"skipRenamePatterns": "",
|
||||
"conflictResolution": "increment"
|
||||
}
|
||||
],
|
||||
"selectedFilenamePreset": "Keep original name",
|
||||
"outputFormat": "NONE",
|
||||
"quality": 100,
|
||||
"colorDepth": 1,
|
||||
"pngquantQuality": "65-80",
|
||||
"ffmpegExecutablePath": "",
|
||||
"ffmpegCrf": 23,
|
||||
"ffmpegPreset": "medium",
|
||||
"resizeMode": "None",
|
||||
"desiredWidth": 800,
|
||||
"desiredHeight": 600,
|
||||
"desiredLongestEdge": 1000,
|
||||
"enlargeOrReduce": "Auto",
|
||||
"allowLargerFiles": false,
|
||||
"showPresetModal": {
|
||||
"folder": false,
|
||||
"filename": false
|
||||
},
|
||||
"subfolderTemplate": "",
|
||||
"conversionPresets": [
|
||||
{
|
||||
"name": "None",
|
||||
"outputFormat": "NONE",
|
||||
"quality": 100,
|
||||
"colorDepth": 1,
|
||||
"resizeMode": "None",
|
||||
"desiredWidth": 800,
|
||||
"desiredHeight": 600,
|
||||
"desiredLongestEdge": 1000,
|
||||
"enlargeOrReduce": "Auto",
|
||||
"allowLargerFiles": false,
|
||||
"skipConversionPatterns": "",
|
||||
"pngquantExecutablePath": "",
|
||||
"pngquantQuality": "65-80",
|
||||
"ffmpegExecutablePath": "",
|
||||
"ffmpegCrf": 23,
|
||||
"ffmpegPreset": "medium"
|
||||
},
|
||||
{
|
||||
"name": "WEBP (75, no resizing)",
|
||||
"outputFormat": "WEBP",
|
||||
"quality": 75,
|
||||
"colorDepth": 1,
|
||||
"resizeMode": "None",
|
||||
"desiredWidth": 800,
|
||||
"desiredHeight": 600,
|
||||
"desiredLongestEdge": 1000,
|
||||
"enlargeOrReduce": "Auto",
|
||||
"allowLargerFiles": false,
|
||||
"skipConversionPatterns": "",
|
||||
"pngquantExecutablePath": "",
|
||||
"pngquantQuality": "65-80",
|
||||
"ffmpegExecutablePath": "",
|
||||
"ffmpegCrf": 23,
|
||||
"ffmpegPreset": "medium"
|
||||
},
|
||||
{
|
||||
"name": "PNGQUANT (65-80, no resizing)",
|
||||
"outputFormat": "PNGQUANT",
|
||||
"quality": 75,
|
||||
"colorDepth": 1,
|
||||
"resizeMode": "None",
|
||||
"desiredWidth": 800,
|
||||
"desiredHeight": 600,
|
||||
"desiredLongestEdge": 1000,
|
||||
"enlargeOrReduce": "Auto",
|
||||
"allowLargerFiles": false,
|
||||
"skipConversionPatterns": "",
|
||||
"pngquantExecutablePath": "",
|
||||
"pngquantQuality": "65-80",
|
||||
"ffmpegExecutablePath": "",
|
||||
"ffmpegCrf": 23,
|
||||
"ffmpegPreset": "medium"
|
||||
}
|
||||
],
|
||||
"selectedConversionPreset": "PNGQUANT (65-80, no resizing)",
|
||||
"globalPresets": [
|
||||
{
|
||||
"name": "WebP 75",
|
||||
"folderPreset": "Default (Obsidian setting)",
|
||||
"filenamePreset": "NoteName-Timestamp",
|
||||
"conversionPreset": "WEBP (75, no resizing)",
|
||||
"linkFormatPreset": "Default (Wikilink, Shortest)",
|
||||
"resizePreset": "Default (No Resize)"
|
||||
}
|
||||
],
|
||||
"selectedGlobalPreset": "",
|
||||
"linkFormatSettings": {
|
||||
"linkFormatPresets": [
|
||||
{
|
||||
"name": "Default (Wikilink, Shortest)",
|
||||
"linkFormat": "wikilink",
|
||||
"pathFormat": "shortest",
|
||||
"prependCurrentDir": false,
|
||||
"hideFolders": false
|
||||
},
|
||||
{
|
||||
"name": "Markdown, Relative",
|
||||
"linkFormat": "markdown",
|
||||
"pathFormat": "relative",
|
||||
"prependCurrentDir": true,
|
||||
"hideFolders": false
|
||||
}
|
||||
],
|
||||
"selectedLinkFormatPreset": "Default (Wikilink, Shortest)"
|
||||
},
|
||||
"nonDestructiveResizeSettings": {
|
||||
"resizePresets": [
|
||||
{
|
||||
"name": "Default (No Resize)",
|
||||
"resizeDimension": "none",
|
||||
"resizeScaleMode": "auto",
|
||||
"respectEditorMaxWidth": true,
|
||||
"maintainAspectRatio": true,
|
||||
"resizeUnits": "pixels"
|
||||
},
|
||||
{
|
||||
"name": "Width 500px",
|
||||
"resizeDimension": "width",
|
||||
"width": 500,
|
||||
"resizeScaleMode": "auto",
|
||||
"respectEditorMaxWidth": true,
|
||||
"maintainAspectRatio": true,
|
||||
"resizeUnits": "pixels"
|
||||
},
|
||||
{
|
||||
"name": "Height 800px",
|
||||
"resizeDimension": "height",
|
||||
"height": 800,
|
||||
"resizeScaleMode": "auto",
|
||||
"respectEditorMaxWidth": true,
|
||||
"maintainAspectRatio": true,
|
||||
"resizeUnits": "pixels"
|
||||
},
|
||||
{
|
||||
"name": "50% Width",
|
||||
"resizeDimension": "width",
|
||||
"width": 50,
|
||||
"resizeScaleMode": "auto",
|
||||
"respectEditorMaxWidth": true,
|
||||
"maintainAspectRatio": true,
|
||||
"resizeUnits": "percentage"
|
||||
},
|
||||
{
|
||||
"name": "Longest Edge 1000px",
|
||||
"resizeDimension": "longest-edge",
|
||||
"longestEdge": 1000,
|
||||
"resizeScaleMode": "auto",
|
||||
"respectEditorMaxWidth": true,
|
||||
"maintainAspectRatio": true,
|
||||
"resizeUnits": "pixels"
|
||||
},
|
||||
{
|
||||
"name": "Fit Editor",
|
||||
"resizeDimension": "editor-max-width",
|
||||
"resizeScaleMode": "auto",
|
||||
"respectEditorMaxWidth": true,
|
||||
"maintainAspectRatio": true,
|
||||
"resizeUnits": "pixels"
|
||||
},
|
||||
{
|
||||
"name": "Original Width",
|
||||
"resizeDimension": "original-width",
|
||||
"resizeScaleMode": "auto",
|
||||
"respectEditorMaxWidth": false,
|
||||
"maintainAspectRatio": true,
|
||||
"resizeUnits": "pixels"
|
||||
},
|
||||
{
|
||||
"name": "Custom (Distort)",
|
||||
"resizeDimension": "both",
|
||||
"customValue": "300x100",
|
||||
"resizeScaleMode": "auto",
|
||||
"respectEditorMaxWidth": false,
|
||||
"maintainAspectRatio": false,
|
||||
"resizeUnits": "pixels"
|
||||
}
|
||||
],
|
||||
"selectedResizePreset": "Width 500px"
|
||||
},
|
||||
"resizeCursorLocation": "none",
|
||||
"dropPasteCursorLocation": "back",
|
||||
"neverProcessFilenames": "",
|
||||
"modalBehavior": "never",
|
||||
"singleImageModalSettings": {
|
||||
"conversionPresetName": "PNGQUANT (65-80, no resizing)",
|
||||
"outputFormat": "PNG",
|
||||
"quality": 100,
|
||||
"colorDepth": 1,
|
||||
"resizeMode": "Width",
|
||||
"desiredWidth": 500,
|
||||
"desiredHeight": 600,
|
||||
"desiredLongestEdge": 1000,
|
||||
"enlargeOrReduce": "Auto",
|
||||
"allowLargerFiles": false,
|
||||
"pngquantExecutablePath": "",
|
||||
"pngquantQuality": "65-80",
|
||||
"ffmpegExecutablePath": "",
|
||||
"ffmpegCrf": 23,
|
||||
"ffmpegPreset": "medium"
|
||||
},
|
||||
"ProcessCurrentNoteconvertTo": "webp",
|
||||
"ProcessCurrentNotequality": 0.75,
|
||||
"ProcessCurrentNoteResizeModalresizeMode": "None",
|
||||
"ProcessCurrentNoteresizeModaldesiredWidth": 600,
|
||||
"ProcessCurrentNoteresizeModaldesiredHeight": 800,
|
||||
"ProcessCurrentNoteresizeModaldesiredLength": 800,
|
||||
"ProcessCurrentNoteskipImagesInTargetFormat": false,
|
||||
"ProcessCurrentNoteEnlargeOrReduce": "Always",
|
||||
"ProcessCurrentNoteSkipFormats": "tif,tiff,heic",
|
||||
"ProcessAllVaultconvertTo": "disabled",
|
||||
"ProcessAllVaultquality": 0.75,
|
||||
"ProcessAllVaultResizeModalresizeMode": "None",
|
||||
"ProcessAllVaultResizeModaldesiredWidth": 500,
|
||||
"ProcessAllVaultResizeModaldesiredHeight": 500,
|
||||
"ProcessAllVaultResizeModaldesiredLength": 500,
|
||||
"ProcessAllVaultEnlargeOrReduce": "Always",
|
||||
"ProcessAllVaultSkipFormats": "",
|
||||
"ProcessAllVaultskipImagesInTargetFormat": false,
|
||||
"annotationPresets": {
|
||||
"drawing": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 1,
|
||||
"blendMode": "source-over",
|
||||
"size": 2
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 1,
|
||||
"blendMode": "source-over",
|
||||
"size": 2
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 1,
|
||||
"blendMode": "source-over",
|
||||
"size": 2
|
||||
}
|
||||
],
|
||||
"arrow": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 1,
|
||||
"blendMode": "source-over",
|
||||
"size": 8
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 1,
|
||||
"blendMode": "source-over",
|
||||
"size": 8
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 1,
|
||||
"blendMode": "source-over",
|
||||
"size": 8
|
||||
}
|
||||
],
|
||||
"text": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 1,
|
||||
"blendMode": "source-over",
|
||||
"size": 24,
|
||||
"backgroundColor": "transparent",
|
||||
"backgroundOpacity": 0.7
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 1,
|
||||
"blendMode": "source-over",
|
||||
"size": 24,
|
||||
"backgroundColor": "transparent",
|
||||
"backgroundOpacity": 0.7
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 1,
|
||||
"blendMode": "source-over",
|
||||
"size": 24,
|
||||
"backgroundColor": "transparent",
|
||||
"backgroundOpacity": 0.7
|
||||
}
|
||||
]
|
||||
},
|
||||
"isImageAlignmentEnabled": true,
|
||||
"imageAlignment_cacheCleanupInterval": 3600000,
|
||||
"imageAlignment_cacheLocation": "plugin",
|
||||
"isDragResizeEnabled": true,
|
||||
"isScrollResizeEnabled": true,
|
||||
"isDragAspectRatioLocked": false,
|
||||
"isResizeInReadingModeEnabled": false,
|
||||
"resizeSensitivity": 0.1,
|
||||
"scrollwheelModifier": "Shift",
|
||||
"isImageResizeEnbaled": true,
|
||||
"resizeState": {
|
||||
"isResizing": false
|
||||
},
|
||||
"enableContextMenu": true,
|
||||
"showSpaceSavedNotification": true,
|
||||
"revertToOriginalIfLarger": false,
|
||||
"enableImageCaptions": true,
|
||||
"skipCaptionExtensions": "icns",
|
||||
"captionFontSize": "var(--font-smaller)",
|
||||
"captionColor": "var(--text-gray)",
|
||||
"captionFontStyle": "italic",
|
||||
"captionBackgroundColor": "transparent",
|
||||
"captionPadding": "2px 4px",
|
||||
"captionBorderRadius": "0",
|
||||
"captionOpacity": "1",
|
||||
"captionFontWeight": "normal",
|
||||
"captionTextTransform": "none",
|
||||
"captionLetterSpacing": "normal",
|
||||
"captionBorder": "none",
|
||||
"captionMarginTop": "4px",
|
||||
"captionAlignment": "center"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
-7
File diff suppressed because one or more lines are too long
-11
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"id": "image-converter",
|
||||
"name": "Image Converter",
|
||||
"version": "1.3.18",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Convert, compress, resize, annotate, markup, draw, crop, rotate, flip, align images directly in Obsidian. Drag-resize, rename with variables, batch process. WEBP, JPG, PNG, HEIC, TIF.",
|
||||
"author": "xRyul",
|
||||
"authorUrl": "https://github.com/xryul",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/xryul"
|
||||
}
|
||||
-3535
File diff suppressed because it is too large
Load Diff
+58
-1
@@ -287,7 +287,64 @@
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"customRegexes": [],
|
||||
"customRegexes": [
|
||||
{
|
||||
"label": "figure dash to double hyphens",
|
||||
"find": "\\u2012",
|
||||
"replace": "--",
|
||||
"flags": "gm",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"label": "en dash to double hyphens",
|
||||
"find": "\\u2013",
|
||||
"replace": "--",
|
||||
"flags": "gm",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"label": "em dash to triple hyphens",
|
||||
"find": "\\u2014",
|
||||
"replace": "---",
|
||||
"flags": "gm",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"label": "horizontal bar to triple hyphens",
|
||||
"find": "\\u2015",
|
||||
"replace": "---",
|
||||
"flags": "gm",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"label": "smart single quote to straight single quote",
|
||||
"find": "[\\u2018\\u2019]",
|
||||
"replace": "'",
|
||||
"flags": "gm",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"label": "smart double quote to straight double quote",
|
||||
"find": "[\\u201C\\u201D]",
|
||||
"replace": "\"",
|
||||
"flags": "gm",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"label": "bullet character to asterisk",
|
||||
"find": "[\\u2022]",
|
||||
"replace": "*",
|
||||
"flags": "gm",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"label": "fraction slash to forward slash",
|
||||
"find": "\\u2044",
|
||||
"replace": "/",
|
||||
"flags": "gm",
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"commonStyles": {
|
||||
"aliasArrayStyle": "multi-line",
|
||||
"tagArrayStyle": "multi-line",
|
||||
|
||||
Reference in New Issue
Block a user