Rayvven194 downloadsA Pinterest-style vertical scrolling board for the images and videos in a folder. Point it at a folder, scroll, and optionally attach a note to any pin.
A Pinterest-style board for Obsidian. Point it at a folder and it shows every image and short video inside it as a vertical, scrollable masonry feed — no spreading things out across a canvas. Optionally attach a note to any pin.
Requires Obsidian 1.4.0 or newer.
.obsidian/plugins/ (create plugins if it
isn't there). On your computer this is inside your vault folder; the
.obsidian folder is hidden, so enable "show hidden files".pin-board.main.jsmanifest.jsonstyles.cssThat's it — your masonry board is live. Everything below is extra detail.
caption: field — whatever you put there shows under the pin.<image>.md next to each file,
so they're real, searchable Obsidian notes — nothing locked inside the plugin.It's plain JavaScript using only Obsidian's stable public API — no TypeScript, no esbuild, no external dependencies. If something ever breaks, the whole plugin is one short readable file you (or a helper) can patch in minutes.
If you enjoy Pin Board, you can support its development here:
MIT — see the LICENSE file. You're free to use, modify, and share it.