← the Atlas

Cite → open in the Code browser

feature · seedling ·proposed ·

Make <Cite> refs open the cited file in kolu's Code-tab tree (line-highlighted) when a note is previewed inside kolu — wiring three pieces that already exist.

Goal. Inside kolu’s Code-tab preview, clicking a <Cite> ref jumps to that file at the line in the Code browser tree (with Pierre’s line highlight) — not a GitHub blob in a new tab. Outside kolu (GitHub, a plain browser), it stays an ordinary blob link.

Why defer, not drop — this is wiring, not new infra

Three pieces already exist; the feature just connects them, and <Cite> is the single producer, so it’s a localized change:

Mechanism — two options

Roadmap


Seedling plan — deferred from the component-kit work. The kit’s <Cite> is what makes this a localized change rather than a cross-cutting one.