Skip to content

v0.1.10

Choose a tag to compare

@ImCuriosity ImCuriosity released this 29 Jun 04:02
· 6 commits to main since this release

v0.1.10

Obsidian Plugin Review Compliance

  • Fix: className= replaced with classList/addClass (no-static-styles-assignment)
  • Fix: Removed inline style attr, use fileInput.hide() instead
  • Fix: Command ID open-thirdbrain -> open (no plugin ID in command ID)
  • Fix: GraphView any cast replaced with typed interface (no-explicit-any)
  • Fix: (window as any).require -> typed Window & { require } + eslint-disable with reason
  • Fix: CSS !important x3 removed, replaced with higher specificity selectors
  • Fix: Duplicate flex-shrink removed