People Tree 1.0.1 — Obsidian Review Fixes
People Tree 1.0.1
Maintenance release to pass Obsidian community plugin review.
Changes
- Bump
minAppVersionto 1.7.0 - Replace all
documentwithactiveDocument(Obsidian API) - Replace all
setTimeoutwithwindow.setTimeout - Replace
vault.delete()withfileManager.trashFile() - Replace all direct
.styleassignments withel.setCssStyles()or CSS classes - Fix command ID and name (removed plugin name prefix)
- Fix settings heading to use
Setting.setHeading() - Remove
!importantfrom styles.css - Add trailing period to manifest description
- Fix floating promises with
voidoperator