You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).