0.5.3
Resolve the last community review lint error.
Fix
- Remove
workspace.revealLeaf()call; replace with a second
setViewState({ active: true })to make an existing preview panel
visible. This removes the only remainingno-unsupported-apierror
flagged by the Obsidian review bot. - Restore
minAppVersionto 1.5.0.
No user-facing behavior change.