Slides Extended
Create Awesome Presentations in Obsidian
Slides Extended is an open source plugin for Obsidian that allows you to create reveal.js based presentations in Obsidian. With this tool anyone who is able to create a note in Obsidian can also create a beautiful presentation.
Note
We follow the philosophy of convention over configuration.
In most cases it is sufficient to simply write a Slide in Obsidian Markdown syntax.
Main features
Permalink- Live Preview while editing your slides markdown
- Theme support for your slides
- Excalidraw Support
- Mermaid Support
- Block Support:
::: block - Obidian <-> Reveal.js integration
- Footnote Support:
Here's a footnote[^1] - Pass options To Slide Compiler through frontmatter (properties)
- Support for wiki links
[[Note]]will be rendered as normal text in Presentation- with aliases
[[Note|My Note]]
- Obsidian embed Support:
![[Note.md#FirstChapter]]or - Image Support:
![[picture.jpg]]or- pipe image properties:
![[image.png|100x100]]or
- pipe image properties:
- See Extended Syntax for more
- Footnote Support:
- Reveal.js Markdown features
- Define stylesheets inside Markdown:
<style>....</style> - Annotate elements:
<!-- element class="red" -->
- Define stylesheets inside Markdown:
Call for Help
PermalinkYou have coding skills and you are missing a proper Slides functionality as much as me and want to help? Join us, there is enough work to do.
Contribute to this documentation
PermalinkFeel free to update this content, just click the Improve this page link displayed on top right of each page, and pullrequest it
Your modification will be deployed automatically when merged!