Problem: When comparing Gospel accounts side by side, users want to see which words are shared between accounts and which are unique — revealing how each Gospel writer told the same story differently.
Solution: Highlight shared significant words across Gospel columns using a 5-color palette. Common stop words are filtered out. Toggle with M key or a button.
Not included: Semantic similarity or synonym matching. This is literal word matching only.
Expected user flow:
M key or clicks a "Match words" button5-color palette:
Toggle: M key or button in the parallel view header.
Highlighting: Background color on matched words. Same color for the same word across all columns.
Implementation:
<span> with background colorFiles:
apps/web/src/lib/components/bible/ParallelVerseView.svelte (modify)Current: PLANNED Milestone: v2 Priority: Medium — enhances comparative study
Dependencies: