obsidian-img2other/data.json
wsb1224 71a7dec6aa 1. 支持markdown和富文本编辑器
2. 完善代码块和图片复制粘贴
2026-04-09 17:42:37 +08:00

39 lines
848 B
JSON

{
"currentPlatform": "wechat",
"imageMaxWidth": 900,
"imageQuality": 0.9,
"displayMaxWidth": "100%",
"imageFormat": "auto",
"platformImageStrategies": {
"wechat": "balanced",
"feishu": "quality",
"zhihu": "balanced",
"yuque": "quality"
},
"platformThemes": {
"wechat": "soft",
"feishu": "minimal",
"zhihu": "knowledge",
"yuque": "soft"
},
"platformThemeOverrides": {
"wechat": {},
"feishu": {},
"zhihu": {},
"yuque": {}
},
"compressGif": false,
"enableCodeHighlight": true,
"enableThemeStyles": false,
"enableFrontmatter": false,
"enableProgressNotice": true,
"enablePreview": true,
"parallelImageProcessing": true,
"maxParallelImages": 5,
"themeStylesCache": true,
"includeFrontmatter": false,
"clipboardFormats": [
"text/html",
"text/plain"
]
}