{% extends "base.html" %} {% import "_icons.html" as icons %} {% block title %}Knowledge graph{% endblock %} {% block heading %}Knowledge graph{% endblock %} {% block subhead %}

A force-directed view of how your notes connect through [[wikilinks]] — drag, zoom, click a node for its links.

{% endblock %} {# Self-contained graph viewer. D3.js is loaded from cdnjs (the one network call in an otherwise local-first dashboard); the graph data itself is served locally by /api/graph and never leaves the machine. All page-specific CSS/JS lives inline here so the rest of the dashboard stays untouched. #} {% block content %}
{{ icons.icon("graph", 28) }}Loading graph…
{% endblock %}