mirror of
https://github.com/scotttomaszewski/obsidian-disciples-journal.git
synced 2026-07-22 05:42:13 +00:00
1.1 KiB
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.parseinterprets it. - build-and-release.md — building, type-checking,
linting, and the
just releaseworkflow. - testing.md — the test harness: how to run tests, where they live, and how they gate the build/release flows.
See also
- ../README.md — user-facing feature documentation.
- ../FOLLOWUPS.md — deferred work.
- ../CHANGELOG.md — released changes.