-
0.4.0 Stable
released this
2026-06-30 20:37:34 +00:00 | 87 commits to main since this releaseFollow-up to the Obsidian community-plugin review — clears the remaining advisories.
Changed
- Settings tab migrated to the declarative settings API (
getSettingDefinitions), replacing
the deprecated imperativedisplay(). Controls bind throughget/setControlValue; the
theme-key chips and the export-theme picker userender. No change to which settings exist or
how they behave. - Documentation — the per-slide layout syntax (templates, density modifiers, the
layout/column directives, inference) moved into a dedicated guide (docs/layouts.md,
docs/layouts.de.md); the README links to it. This also clears the review's README
"placeholder text" warning, which the literal<!-- layout -->directive examples had tripped.
Compatibility
minAppVersionraised from 1.8.7 to 1.13.0 — the declarative settings API requires
Obsidian 1.13.0. Users on older Obsidian releases should stay on 0.3.1.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Settings tab migrated to the declarative settings API (