Skip to content

People Tree 1.0.1 — Obsidian Review Fixes

Choose a tag to compare

@juppinger0 juppinger0 released this 27 Jun 19:19
· 5 commits to main since this release

People Tree 1.0.1

Maintenance release to pass Obsidian community plugin review.

Changes

  • Bump minAppVersion to 1.7.0
  • Replace all document with activeDocument (Obsidian API)
  • Replace all setTimeout with window.setTimeout
  • Replace vault.delete() with fileManager.trashFile()
  • Replace all direct .style assignments with el.setCssStyles() or CSS classes
  • Fix command ID and name (removed plugin name prefix)
  • Fix settings heading to use Setting.setHeading()
  • Remove !important from styles.css
  • Add trailing period to manifest description
  • Fix floating promises with void operator