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

Simple Image Slider

XINXIN245 downloads

Render Obsidian image embeds as a lightweight slider and show image captions.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

Simple Image Slider is a lightweight Obsidian plugin that renders a group of image embeds as a clean swipeable slider with captions. It can also show captions for ordinary image embeds.

It is intentionally small. It supports Obsidian image wikilinks, click navigation, keyboard navigation, swipe/drag navigation, and captions. It does not include thumbnails, fullscreen mode, autoplay, video/audio/PDF support, annotations, compression, compare mode, or a settings panel.

Simple Image Slider example

Features

  • Render multiple Obsidian image embeds as one slider.
  • Swipe or drag horizontally to move between images.
  • Click the counter to open an image list and jump directly to a slide.
  • Use left/right keyboard navigation when the slider has focus.
  • Keep captions below images so they do not cover image content.
  • Hide visual controls by default for a quiet article-style layout.
  • Add visible captions to ordinary captioned images without modifying note content.
  • Insert a starter slider block from the command palette, then bind it to a hotkey if desired.

Usage

Add an image-slider code block to a note:

```image-slider
![[landscape-lake.jpg|Alpine lake at sunrise]]
![[forest-river.jpg|River through evergreen forest]]
![[red-rock-desert.jpg|Red rock desert trail]]
```

Supported slider line forms:

![[image.png]]
![[image.png|caption]]
![[folder/image.png|caption]]
![[folder/image.png | caption]]

The text after | is displayed as a caption under the image. If a slide has no caption, no caption is shown.

You can also run Simple Image Slider: Insert image slider block from the command palette. To make it faster, bind that command in Obsidian's Hotkeys settings.

Ordinary image captions are also supported:

![[image.png|caption]]
![caption](image.png)

For ordinary images, |300 and |300x200 are treated as Obsidian size aliases, not captions.

Behavior

  • One image is shown at a time.
  • Previous and next controls wrap around at the ends.
  • The counter opens a compact image list for quick slide switching.
  • Horizontal swipe or drag changes slides.
  • The current image is preserved when the same slider block re-renders after editing.
  • Small accidental drag movement is ignored.
  • The image uses object-fit: contain.
  • The image area uses a stable 4:3 canvas and prioritizes filling the available width.
  • Hover effects do not resize, crop, scale, shift, or reflow the image area.
  • Missing or unsupported lines are skipped; valid images still render.
  • If no valid images are found, the block renders No valid images found.
  • Ordinary image captions are added during rendering and do not modify note content.

Install Manually

  1. Build the plugin:
npm install
npm run build
  1. Copy these files into your vault:
<vault>/.obsidian/plugins/simple-image-slider/
  main.js
  manifest.json
  styles.css
  1. Enable Simple Image Slider in Obsidian community plugins.

Development

npm install
npm run verify

npm run verify runs parser/CSS tests and then builds the Obsidian plugin.

Documentation

  • Acceptance tests
  • Requirements spec

Demo Image Credits

The README demo uses landscape photos from Unsplash:

  • Lake photo by Cosmin Andrei Buzamat
  • Forest river photo by Dennis Zhang
  • Desert photo by Dan Begel

License

MIT

HealthExcellent
ReviewPassed
About
Render groups of Obsidian image embeds as a clean, swipeable slider with captions. Support Obsidian wikilinks and ordinary image embeds, enable click/keyboard/swipe navigation with wraparound, and keep captions below images on a stable 4:3 canvas.
ImagesNavigation
Details
Current version
0.1.5
Last updated
2 months ago
Created
2 months ago
Updates
6 releases
Downloads
245
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
XINXINxinworks
GitHubxinworks
  1. Community
  2. Plugins
  3. Images
  4. Simple Image Slider

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.

Image Toolkit

Click images to preview with zoom, move, rotate, flip, invert, and copy.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

TagFolder

Show tags as folder.

Recent Files

Display a list of recently opened files.

Ink

Handwriting and drawing directly between paragraphs using a digital pen, stylus, or Apple pencil.