-
0.2.0 Stable
released this
2026-06-28 11:31:13 +00:00 | 122 commits to main since this releaseFixed
- PNG export no longer collapses inter-word spaces (switched the rasterizer from
html2canvas tomodern-screenshot). - PDF export now prints the theme background (
print-color-adjust: exactinPRINT_CSS) —
dark themes no longer print on white.
Added
- Mobile support (
isDesktopOnly: false) — the plugin now runs on iOS/iPadOS. All
desktop-only APIs are platform-guarded. On mobile, PDF export writes a self-contained HTML
file into the export folder and opens it via the OS (openWithDefaultApp); the user then
prints or shares to PDF from there. - Live theme switcher — the preview toolbar now has a theme dropdown for ephemeral try-on, a
source label (from frontmatter/from default/● unsaved) that disambiguates where the
active theme comes from, and a Set button that writestheme:into the note's frontmatter
viasetNoteTheme(processFrontMatter). Fixes the „theme dropdown does nothing" confusion. - User themes — drop
.cssfiles into the configurable themes folder (default
Slide-Deck-Themes/); the frontmattertheme:value is the filename without the.css
extension. Each file is a--sd-*token block with optional extra CSS; user themes inherit
the built-indefaulttheme's code-highlight and Mermaid styles. The Settings tab shows all
valid theme keys live. - Theme import/export — an Open in Finder button reveals the themes folder (drop files
in); Export theme as .css writes any theme as an editable.cssstarting point; a toggle
hides the themes folder in Obsidian's file explorer.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- PNG export no longer collapses inter-word spaces (switched the rasterizer from