By Lapis Notes Verified 2026.6.6 Web Electron

Slides

Presentation mode for markdown notes.

Download .lapis-plugin

Slides

Slides turns markdown notes into presentation decks. Write in plain text, split ideas into slides, and present from the same workspace where the material was created.

Use Slides when you want a lightweight deck without moving the content out of your notes.

How It Works

Use markdown headings and slide separators to shape a presentation. A horizontal separator starts a new slide:

# Title

## First Slide

- One idea
- A few supporting points

---

## Next Slide

Continue the story here.

Use a longer separator when you want a vertical child slide:

## Main Slide

---

## Child Slide

Supported Functionality

  • Present markdown notes as slides.
  • Split slides on ---.
  • Split vertical child slides on ----.
  • Keep the source deck editable as markdown.
  • Present from inside the Lapis workspace.

Good For

  • Project updates.
  • Research walkthroughs.
  • Team demos.
  • Lightweight teaching material.
  • Personal rehearsal notes.

Why Markdown Slides

Markdown decks are easy to revise, easy to diff, and easy to keep near the notes that created them.

View source README

Tags