Problem: When viewing cross-references, it's not immediately obvious WHY two verses are connected. Users have to read both verses and figure out the thematic or textual link themselves.
Solution: Automatically highlight words that appear in both the focal verse and each cross-reference. This makes the textual connection instantly visible.
Not included: Semantic similarity or thematic connections — just literal word matches (excluding common stop words).
Expected user flow:
Highlight color: Cyan (#2dd4bf) or similar — distinct from Jesus words gold.
Reference: BibleGame used cyan highlight in CrossRefSidebar.cs. Stop word list was defined there.
Implementation:
<mark> or <span> with highlight classFiles:
apps/web/src/lib/components/bible/CrossRefSidebar.svelte (modify)Current: PLANNED Milestone: v2 Priority: Medium — significantly improves cross-reference comprehension
Dependencies: