Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Photo Album

Alexander CheryomukhinAlexander Cheryomukhin18 downloads

Organize photo albums in your vault.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Organize and display photo albums directly in your Obsidian vault.

Features

  • Store photos in folders and display them as a grid gallery in any note
  • Automatic thumbnail generation for fast rendering
  • Two insertion modes: inline block or collapsible callout
  • Click any photo to open it in Obsidian's image viewer
  • Configurable grid columns and thumbnail size

Setup

1. Configure the album folder

Go to Community plugins → Photo Album → Settings and set the Albums folder path. This is the folder relative to your vault root where all album subfolders will live. The default is Albums.

2. Create an album folder

Inside your albums folder, create a subfolder with your photos. For example:

Albums/
  trip-to-bali/
    photo1.jpg
    photo2.png
    photo3.webp
  family-portrait/
    img001.jpg
    img002.jpg

Supported image formats: .jpg, .jpeg, .png, .gif, .webp, .bmp

3. Insert an album into a note

Use the command palette (Ctrl+P / Cmd+P):

  • Photo Album: Insert photo album - inserts a photo album block at the cursor position
  • Photo Album: Insert photo album in callout - wraps the album in a collapsible callout

Both commands open a searchable modal listing all album folders. Select one to insert the block.

Usage

After insertion, your note will contain a code block like this:

```photoalbum
title: "Trip to Bali"
folder: "trip-to-bali"
```

When the note is in reading mode, this block is rendered as a photo grid:

  • Photos are sorted by modification time (newest first)
  • Each cell is a square thumbnail; hover to see a subtle opacity change
  • Click a photo to open it in the full image viewer
  • If the folder contains no images, nothing is rendered

You can also edit the title and folder values manually in source mode.

Settings

Setting Description Default
Albums folder path Root folder containing album subfolders Albums
Columns Number of photos per row (1-12) 5
Thumbnail size (px) Size of generated thumbnails (100-800) 300

Changing the thumbnail size regenerates the cache on the next album view.

How it works

The plugin scans the configured albums folder for subdirectories containing image files. When an album is inserted or previewed, it generates WebP thumbnails at the configured size and caches them in the plugin's data directory. Thumbnails are regenerated only when the original file changes or the cache is invalidated.

Cached thumbnails are stored in the vault's .obsidian/plugins/photo-album/thumbnails folder. If needed, they can be deleted at any time and will be regenerated the next time the album is displayed.

95%
HealthExcellent
ReviewSatisfactory
About
Organize photos into folder-based albums and display them as a configurable grid gallery inside any note. Generate thumbnails automatically, insert albums inline or in a collapsible callout, sort images by modification time, and open photos in Obsidian's image viewer by clicking thumbnails.
ImagesAttachments
Details
Current version
1.0.0
Last updated
3 days ago
Created
2 weeks ago
Updates
1 release
Downloads
18
Compatible with
Obsidian 1.1.1+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Support
Author
Alexander CheryomukhinAlexander Cheryomukhinsolargate
github.com/solargate
GitHubsolargate
  1. Community
  2. Plugins
  3. Images
  4. Photo Album

Related plugins

Image Context Menus

Image context menus (mostly on right click): Copy to clipboard, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab.

Ink

Hand write or draw directly between paragraphs using a digital pen, stylus, or Apple pencil.

Local Images Plus

A reincarnation of Local Images to download images in Markdown notes to local storage.

Paste image rename

Rename image after pasting, support name pattern and auto renaming.

Image auto upload

Upload images from your clipboard by PicGo.

Imgur

Upload images from your clipboard to imgur.com and embeds uploaded image to your note.

Unofficial Supernote by Ratta Integration

View Supernote notes, generate markdown from note and capture screen mirror.

Image Manager

Insert, rename, and sort images within your notes.

Local images

Find all links to external images in your notes, download and save images locally, and adjust the image links in your notes to point to the saved image files.

S3 Image Uploader

Self-host images on AWS S3.