Problem: The current notes list at /notes is a simple flat list. Users with many notes need a richer interface — browsing notes by book/chapter on the left while reading and editing on the right.
Solution: A full-width two-panel notes manager: left panel is a scrollable note list grouped by book and chapter, right panel shows the selected note's content with editing, manual links, and auto-connections.
Not included: Drag-and-drop reordering, tags, or folders. The grouping is by Bible book/chapter (natural organization).
Expected user flow:
/notes pageResponsive: On mobile, panels stack (list on top, detail on bottom) or use a drill-down pattern.
Left panel:
Right panel:
TODO: Wireframe or mockup for the two-panel layout
Implementation:
/notes pagegetAllNotes() grouped by bookId → chapterNoteEditor component logicFiles:
apps/web/src/routes/(app)/notes/+page.svelte (major rewrite)apps/web/src/lib/components/bible/NoteEditor.svelte (reuse/adapt)Current: NEEDS_DESIGN Milestone: v1 Priority: Medium — improves note management for power users
Design questions:
/notes/manager route?Dependencies: