Caption Gallery Slider

approved

by Pauline Skrypnik

A native-feeling gallery slider for local images and videos with editable Markdown captions. - This plugin has not been manually reviewed by Obsidian staff.

1 stars46 downloadsUpdated 13d agoMIT

Caption Gallery Slider

Caption Gallery Slider is an Obsidian plugin for turning a fenced gallery code block into a native-feeling media slider for local images and videos.

Its main idea is simple: keep media in your vault, keep captions as ordinary Markdown notes, and edit those captions directly inside the gallery.

This release is desktop only. The interface relies on hover controls and pointer input, so mobile support is planned for a later version, after dedicated touch testing.

Features

  • Local image and video galleries from a folder, an explicit file list, or both.
  • Editable Markdown captions stored as regular vault notes.
  • Internal links and hover previews inside rendered captions.
  • Preview thumbnails, plain dot navigation, and adaptive slider navigation.
  • Video playback controls with play, mute, loop, progress, and saved fragment ranges.
  • crop and fit view modes, rotation, manual crop pan/zoom, and fullscreen view.
  • Resize handles for the media viewport and caption panel.
  • Theme-aware UI based on Obsidian CSS variables.

Basic Syntax

```gallery
gallery_id: vacation
dir: Attachments/vacation_2026
list:
  - Attachments/special.png
sort: name
navigation: preview
view: crop
view_height: 420
caption_height: 96
```

gallery_id is required. It is used as the namespace for caption notes, so the same media file can have different captions in different galleries.

At least one media source is required:

  • dir: scans a vault folder recursively.
  • list: adds explicit vault paths.
  • both sources can be used together.

Options

OptionValuesDefaultDescription
gallery_idtextrequiredCaption namespace for this gallery.
dirvault folder pathnoneRecursively scans supported media files.
listYAML-style listnoneAdds explicit vault media paths.
sortname, created, modifiednameSorts the combined media set.
navigationplain, previewplainSelects top navigation style.
viewcrop, fitcropControls how media fits the viewport.
view_heightnumberplugin defaultMedia viewport height in pixels.
caption_heightnumberplugin defaultCaption panel height in pixels.
captiontrue, falsetrueShows or hides the caption panel.

Caption Notes

Captions are not stored inside the code block. Caption Gallery Slider creates Markdown notes lazily when you first edit a caption.

By default, the caption folder is configured in:

Settings > Community plugins > Caption Gallery Slider > Caption folder

Each caption note contains frontmatter for gallery metadata and optional media state, followed by a normal Markdown body. This means captions can include:

  • [[internal links]]
  • formatted text
  • lists
  • headings
  • backlinks and search results like regular notes

Supported Media

Images:

  • jpg
  • jpeg
  • png
  • gif
  • webp
  • svg

Videos:

  • mp4
  • avi
  • mov
  • webm

Caption Gallery Slider currently works with local vault files. Remote image URLs, remote videos, YouTube embeds, grid layouts, slideshow autoplay, and audio support are planned as future work.

Support

Please report bugs through GitHub Issues:

https://github.com/skrpln/caption-gallery-slider/issues

Useful bug reports include:

  • Obsidian version and operating system.
  • Plugin version.
  • Whether the issue happens in Reading mode, Live Preview, fullscreen, or hover preview.
  • A small gallery code block that reproduces the issue.
  • Console errors, if any.

License

MIT. See LICENSE.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.