XIN245 downloadsRender Obsidian image embeds as a lightweight slider and show image captions.
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.

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]]

For ordinary images, |300 and |300x200 are treated as Obsidian size aliases, not captions.
object-fit: contain.No valid images found.npm install
npm run build
<vault>/.obsidian/plugins/simple-image-slider/
main.js
manifest.json
styles.css
Simple Image Slider in Obsidian community plugins.npm install
npm run verify
npm run verify runs parser/CSS tests and then builds the Obsidian plugin.
The README demo uses landscape photos from Unsplash:
MIT