phase 6.7: full-text search UI
- Ctrl+F overlay: type to search, ranked results with <b>-highlighted snippets, up/down to select, enter/click to jump into the containing page
- SearchIndex kept fresh incrementally at each edit site (commit/split/merge), full rebuild on the rarer structural events (rollover, page materialization)
- render snippets by hand-parsing tantivy's <b> markup into bold/plain spans, unescaping the 5 entities htmlescape::encode_minimal emits (including the easy-to-miss hex ' for apostrophes)
graham.systems
(Jul 12, 2026, 2:52 PM -0700)
599a4a3b
4f9f75d2