views: local: - Shows notes ≤1 hop from current file. - Includes incoming/outgoing internal links. global: - Opens via top-right icon in local graph. - Shows all notes and connections.
Info
Graph View is a community plugin.
Installation
npm install github:quartz-community/graph --legacy-peer-depsconfiguration:
- file:
quartz.config.yaml
plugins:
- source: github:quartz-community/graph
enabled: true
layout:
position: right
priority: 10Features
features: node_radius: - Proportional to total incoming + outgoing internal links. visited_nodes: - Render in alternate color.
Info
Requires the
ContentIndexemitter plugin in configuration.
Customization
remove:
- Delete the plugin entry from
quartz.config.yaml. - Or set
enabled: false. source: - https://github.com/quartz-community/graph
Default Configuration
options:
- Pass overrides to
options. - Omit fields to keep defaults.
plugins:
- source: github:quartz-community/graph
enabled: true
options:
localGraph:
drag: true
zoom: true
depth: 1
scale: 1.1
repelForce: 0.5
centerForce: 0.3
linkDistance: 30
fontSize: 0.6
opacityScale: 1
removeTags: []
showTags: true
enableRadial: false
globalGraph:
drag: true
zoom: true
depth: -1
scale: 0.9
repelForce: 0.5
centerForce: 0.3
linkDistance: 30
fontSize: 0.6
opacityScale: 1
removeTags: []
showTags: true
focusOnHover: true
enableRadial: true
layout:
position: right
priority: 10