Slides Extended Mobile Preview

by kotborealis
5
4
3
2
1
Score: 35/100
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Mobile-friendly slide preview for Markdown presentations using Obsidian rendering.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Slides Extended Mobile Preview

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.

Features

  • Bundled Reveal.js runtime and themes.
  • Horizontal slides with ---.
  • Vertical slides with --.
  • Frontmatter theme support for bundled Reveal themes.
  • Speaker notes with notes: by default.
  • Custom notesSeparator frontmatter option.
  • Slide backgrounds with <!-- slide bg="..." -->.
  • Obsidian wikilink image backgrounds, for example <!-- slide bg="[[image.png]]" -->.
  • Touch navigation and bottom Prev / Next controls.

Installation

BRAT

Add this repository to BRAT:

kotborealis/slides-extended-mobile-preview

Then enable Slides Extended Mobile Preview in Obsidian community plugins.

Manual

Copy these files and folders into .obsidian/plugins/slides-extended-mobile-preview/:

  • manifest.json
  • main.js
  • styles.css
  • assets/

Reload Obsidian and enable the plugin.

Usage

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

Supported Frontmatter

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

Limitations

This is not a full port of Slides Extended.

  • No local preview server.
  • No PDF/HTML export.
  • No templates.
  • No chalkboard/custom controls/menu plugin integration yet.
  • No full Slides Extended annotation parser yet.

Development

npm install
npm run build
npm run check

Build output is committed intentionally so BRAT and manual installation can load the plugin directly.