Skip to content

v1.0.1

Choose a tag to compare

@idheitmann idheitmann released this 28 Jun 17:32
· 2 commits to main since this release

Fixes for Obsidian community plugin scanner compliance.

  • Remove 'Obsidian' from manifest description
  • Replace HTML headings with Setting.setHeading()
  • Add MIT LICENSE
  • Replace builtin-modules with node:module
  • Use activeDocument for popout window compatibility
  • Remove unnecessary type assertions
  • Use Vault#configDir instead of hardcoded .obsidian
  • Type loadData() result properly
  • Clean up unnecessary regex escapes
  • Remove unused imports
  • Fix CSS text-decoration compatibility