dwSun45 downloadsRight-click a note to remove all image embeds; delete image files that are referenced only by that note (moved to .trash).
Right-click a Markdown note → 移除图片 to strip every image embed from that
note. Image files that are referenced only by that note are moved to
.trash/ (folder structure preserved); images shared with other notes keep
their files and only the embed is removed.
![[wiki]] and  embeds, including network URLs
like ..trash/<original-folder>/<name>. Collisions get a 1, 2, ... suffix..md files only.Search "Strip Images" in Obsidian's community plugin browser.
main.js, manifest.json, styles.css into
<vault>/.obsidian/plugins/strip-images/.npm install
npm run dev # watch build
npm run build # production build
npm run deploy # build + copy into the test vault configured in package.json
Built with esbuild. Target Node ≥ 18.
MIT