scotttomaszewski_obsidian-d.../docs/index.md
2026-06-02 20:11:38 -04:00

1.1 KiB

Docs

Focused references for working on Disciples Journal. For the high-level map start with ../CLAUDE.md; for how the pieces fit together read ../ARCHITECTURE.md.

Contents

  • gotchas.md — cross-cutting funky logic: hover-listener lifecycle, pop-out styling, the identity-keyed cache, scroll-to-verse.
  • esv-api.md — ESV API integration: requests, on-demand download, how passages are stored as notes, and the frontmatter-as-cache model.
  • reference-formats.md — supported Bible reference syntax and how BibleReference.parse interprets it.
  • build-and-release.md — building, type-checking, linting, and the just release workflow.
  • testing.md — the test harness: how to run tests, where they live, and how they gate the build/release flows.

See also