1.0.2
Code-quality release addressing the second round of Obsidian community plugin-review feedback. No user-visible change — search, indexing, and sync behave identically to 1.0.1.
Internal
- Replaced the remaining lint-rule suppressions with code that satisfies Obsidian's plugin guidelines directly (member access for per-device storage and the hidden compute frame, popout-safe globals); no
eslint-disablecomments remain in shipped code. - Switched the dev-only YAML test dependency to
yaml. - Added a local reproduction of the review's lint configuration so findings are caught before submission.