Arseniy Seroka161 downloadsRight-click a note to view all its media (images, video, audio, PDF) as a gallery with per-type tabs and a fullscreen lightbox.
Right-click a note → Show all media from the file → a gallery of everything it references.
Images, video, audio, and PDFs — from vault attachments and external URLs (like links to your own S3/object storage) — gathered into per-type tabs with a fullscreen lightbox. Great for notes whose media lives outside the vault.

Click any thumbnail for a fullscreen lightbox with prev/next:

![[img.png]], ),
vault links ([[img.png]]), and external http(s) URLs parsed from the
markdown (, [caption](https://…/file.pdf), bare URLs).All · Images · Video · Audio · PDF · Files (only the
ones present show, each with a count).‹ › / ← → to step
through, Esc or click-outside to close.No network requests of its own, no telemetry, nothing written. It only displays the media your note already references — external URLs are loaded by the app from those URLs (same as rendering them in the note), vault files load locally.
Community plugins (recommended): Settings → Community plugins → Browse → search File Media Gallery → Install → Enable.
BRAT: add jagajaga/obsidian-file-media-gallery.
Manual: download main.js, manifest.json, styles.css from the
latest release
into <vault>/.obsidian/plugins/file-media-gallery/, then enable it.
For the selected note it gathers references two ways — vault files from Obsidian's
metadata cache, and external http(s) URLs parsed from the raw markdown (robust to
brackets in link text and URL-encoding) — classifies each by extension,
de-duplicates, and lays them out in per-type tabs. Plain JavaScript, no build step,
desktop and mobile.
MIT © Arseniy Seroka