v0.5.1 — visual relations graph
A visual relations graph.
The related-to / blocked-by links from v0.5.0 now have a proper home: a Links page that draws every edge as a force-directed graph — nodes colored by memory type and sized by how many links they have, related edges solid, blocked edges dashed with an arrow. Drag a node to rearrange, click it to open its memory, hover to highlight its neighbours. A grouped text list sits below for detail.
No external libraries — it is a small vanilla-JS + SVG simulation, fully offline (no CDN, no D3), in keeping with the project's no-dependency philosophy. The graph reads the same all_links() data as the list, so the two can never drift.
A Links stat card on the dashboard and a top-nav entry (consistent on every page) reach it.