chenxiccc1k downloadsAutomatically download remote images to local vault after web clipping.
When you use the Obsidian Web Clipper to save a webpage, images are not saved locally — they remain as remote URLs. This plugin automatically downloads those images and replaces the remote URLs with local references.
Install from Obsidian Community Plugins: Auto Download Images After Web Clipping
) and HTML <img> tagshttps module)Folder Monitoring — By default, monitors the Clippings folder. You can add more folders.
Image Save Path — Four modes:
{date:FORMAT} and {notename} tokens, e.g. _global/assets/{date:YYYY-MM}Image Filename Template — Customize the downloaded image filename with tokens:
{notename} — the note's basename{index:NNN} — zero-padded index; the number of digits is the padding width and the numeric value is the start, e.g. {index:000} → 000,001,002… (start from 0) or {index:001} → 001,002,003… (start from 1){date:FORMAT} — download date, e.g. {date:YYYY-MM-DD}Default: {notename}-img-p{index:001} → e.g. My Note-img-p001.webp
使用 Obsidian Web Clipper 剪藏网页时,图片不会保存到本地,仍然引用在线 URL。此插件会自动下载这些图片并替换为本地引用。
从 Obsidian 社区插件市场安装:Auto Download Images After Web Clipping
<img> 标签https 模块)文件夹监听 — 默认监听 Clippings 文件夹,可添加更多。
图片保存路径 — 四种模式:
{date:格式} 和 {notename} 占位符,例如 _global/assets/{date:YYYY-MM}图片文件名模板 — 用占位符自定义下载后的图片文件名:
{notename} —— 笔记名(不含扩展名){index:NNN} —— 补零序号;位数即补零宽度,数值即起始值。例如 {index:000} → 000,001,002…(从 0 开始);{index:001} → 001,002,003…(从 1 开始){date:格式} —— 下载日期,例如 {date:YYYY-MM-DD}默认:{notename}-img-p{index:001} → 例如 我的笔记-img-p001.webp