Switches the controller from pql.outlinks to pql.meta (outlinks + tags in one call per file) and strips #heading fragments from link targets, so a heading link now connects the two notes. Adds a filter bar above the graph: a path glob that re-queries pql on submit, a depth-from-active selector for the local graph around the open note, and tri-state tag pills (neutral / include / exclude). The pane draws the filtered visibleGraph. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
488 B
JSON
10 lines
488 B
JSON
{
|
|
"tab.graph.title": { "translation": "Grafiek" },
|
|
"graph.empty": { "translation": "Geen gekoppelde notities in deze vault." },
|
|
"graph.empty.filtered": { "translation": "Geen notities voldoen aan het filter." },
|
|
"graph.empty.nolocal": { "translation": "Open een notitie om de lokale grafiek te zien." },
|
|
"graph.filter.glob": { "translation": "Padpatroon, bijv. notes/**" },
|
|
"graph.filter.depth": { "translation": "Lokaal" },
|
|
"graph.filter.all": { "translation": "Alles" }
|
|
}
|