Skip to content

1.2.2

Choose a tag to compare

@chujiu-dev chujiu-dev released this 14 Jul 03:31

1.2.2

Community Review Fixes

  • no-unsupported-api: Revert app.loadLocalStorage/saveLocalStorage back to localStorage with improved eslint-disable comments explaining the minAppVersion trade-off. This preserves compatibility with older Obsidian installs (minAppVersion stays at 0.12.0).
  • no-unsafe-assignment / no-unsafe-argument: Eliminated by reverting to localStorage (Obsidian's type definitions declare loadLocalStorage as returning any | null).