An Obsidian plugin for managing image assets across your vault — scanning, deduplication, comparison, and batch operations.
Main panel: eight-panel overview

Community plugin store (recommended)
Open Obsidian → Settings → Community plugins → Browse → search "PicLinker" → Install → Enable.
Manual install
Download main.js, manifest.json, and styles.css from Releases, place them in .obsidian/plugins/PicLinker/, and enable the plugin.
![](), ![[path]], <img>. Incremental scanning (mtime cache, concurrency 20) speeds up large vaults. Six events are registered (create / modify / delete / rename, metadataCache resolution, active-leaf switching) with 500 ms debounce for real-time accuracy.requestUrl, both bypassing CORS.| Panel | Description |
|---|---|
| Local images | Files present in the vault and referenced by notes |
| Cloud images | Hosted on an image host and referenced by notes |
| Local unreferenced | Present in the vault, no note references |
| Cloud unreferenced | Hosted but not referenced by any note |
| Missing images | Referenced by notes but absent both locally and in the cloud (broken links); grouped by referencing note since 1.3.0 |
| Same-name files | Local and cloud files sharing a filename, or multiple local files with the same name |
| Duplicate images | File groups with identical SHA-256 hashes |
| Empty folders | Directories containing no files or subfolders |
Source badges: same-name and duplicate entries are prefixed with a purple "Local" or blue "Cloud" badge.
See CONFIG.md for detailed image-host setup (GitHub / Aliyun OSS / Tencent COS / SM.MS), WebDAV sync, and general settings.
Settings panel

 <!-- Standard Markdown -->
![[image.png|500]] <!-- Wikilink with size (wikilink-only; Markdown  does not support `|size`) -->
![[image.png]] <!-- Wikilink -->
<img src="image.png"> <!-- HTML -->
Remote URLs are recognized too. Code blocks are skipped automatically.
---
image-bed: aliyun # image host (GitHub / aliyun / tencent / other)
image-path: blog/2026/ # cloud path prefix
---
Beyond image-bed / image-path config keys, top-level bare-path image fields (such as cover, banner, thumbnail, whose value ends with an image extension) are auto-detected and included in reference stats and dedup comparison. Config keys are excluded from scan results.
| Command | Description |
|---|---|
打开图床管家 (Open PicLinker) |
Open the main view |
刷新图片扫描 (Refresh image scan) |
Rescan the whole vault |
运行诊断测试 (Run diagnostics) |
Run functional diagnostics |
See DEVELOPMENT.md for the project structure, build setup, and contribution guide.
MIT © PicLinker