Commit graph

3 commits

Author SHA1 Message Date
Mark Bloomfield
1e6737fc62 Address automated plugin review feedback
- Replace fetch with requestUrl (Obsidian API requirement)
- Remove CSS style injection; Obsidian loads styles.css automatically
- Remove console.log; use only warn/error/debug
- Mark all unhandled promises with void operator
- Remove unnecessary async keywords from methods without await
- Fix rightSplit type cast (any → proper union type)
- Fix querySelector type assertions to use generic form
- Move remaining inline styles to CSS
- Fix sentence case in UI text (Modal dialog, View on wol.jw.org)
- Fix while-loop assignment expression lint warning

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 14:35:56 +02:00
Mark Bloomfield
045021e6bd implement obsidian guidelines 2026-03-26 13:26:42 +02:00
Mark Bloomfield
db1f9eee38 reference popover 2026-03-26 10:50:58 +02:00