Graph Colors
Apply per-topic color groups to the Obsidian graph view using the internal
graph plugin API via obsidian eval.
How it works
Obsidian's graph view supports color groups — search queries paired with colors. Notes matching a query render in that color. Groups are matched top-down (first match wins), so more specific paths must come before less specific ones.
The API path:
app.internalPlugins.plugins['graph'].instance.options.colorGroups
Workflow
1. Disc
[Description truncada. Veja o README completo no GitHub.]