← the Atlas

Graph view + Maps of Content

Features·budding·implemented·

The Atlas index is one force-directed graph over every note. A category is a real note marked moc:true, every note files under one via parents, and the Maps of Content fall straight out of the links. One entry point, everything reachable.

The Atlas index is the graph. There is one entry point: a force-directed graph of every note, with a Maps of Content strip below it. The graph answers “what’s connected to what,” the index notes answer “where do I start,” and together they reach every note — there is no second index to keep in sync.

Open the Atlas. Hover a node to trace its neighborhood, click to open the note, type in the search box to filter by title, drag/scroll to move.

A category is just a note

The old index had a hardcoded skeleton — a closed kind enum (bug/feature/analysis/reference) baked into the schema, fabricated as synthetic graph nodes, and special-cased in a metadata table. That’s one concept smeared across three places, and it was closed. The graph dissolves it: each category is now a real note marked moc: trueBugs, Features, Analysis, Reference — and a note is filed under one through the single edge mechanism, parents. Nothing is synthetic; nothing is complected:

High-degree topical notes (electricity, solid-fileview, pty-daemon, …) are emphasized as nodes in the graph (always-on labels), but only the explicit moc notes get cards below it.

No special frontmatter for edges. A note’s parents — its index note plus any topical hubs — and its same-directory ./slug.html prose links are the only edges, derived by the very pass that powers the dead-link gate and the “Referenced by” backlinks. A node’s degree sets its size; an index note’s accent (color) tints the notes filed under it; membership spokes (an edge touching an index note) are drawn faint so the topical links stay the legible foreground.

How the page stays a self-contained file

Each Atlas page is a committed, self-contained HTML file that previews in kolu’s Code tab with no dev server, and the build is a pure function of source (the ci::atlas-sync gate rebuilds under a scrambled timezone/locale and fails on any drift). The graph honors both:

Where this could go


The index, rethought — one graph over the existing link structure, where a category is just a note. The link graph is the source of truth; this is the way to see and walk it.