kotborealis41 downloadsMobile-friendly slide preview for Markdown presentations using Obsidian rendering.
Standalone Reveal.js preview for Markdown slide decks in Obsidian Mobile.
This plugin is a mobile-oriented preview companion inspired by Slides Extended. It renders the active Markdown note through Obsidian's Markdown renderer, places the result into a Reveal.js deck, and shows it inside an Obsidian view.
---.--.theme support for bundled Reveal themes.notes: by default.notesSeparator frontmatter option.<!-- slide bg="..." -->.<!-- slide bg="[[image.png]]" -->.Prev / Next controls.Add this repository to BRAT:
kotborealis/slides-extended-mobile-preview
Then enable Slides Extended Mobile Preview in Obsidian community plugins.
Copy these files and folders into .obsidian/plugins/slides-extended-mobile-preview/:
manifest.jsonmain.jsstyles.cssassets/Reload Obsidian and enable the plugin.
Open a Markdown slide deck and run Show Reveal mobile preview from the command palette.
# Title
---
## Slide
- Item
- Item
notes:
Presenter-only notes.
---
<!-- slide bg="[[background.png]]" -->
## Background Slide
---
theme: black
notesSeparator: notes:
---
theme should match a bundled Reveal theme name, such as black, white, league, beige, sky, night, serif, simple, solarized, blood, or moon.
This is not a full port of Slides Extended.
npm install
npm run build
npm run check
Build output is committed intentionally so BRAT and manual installation can load the plugin directly.