[[Obsidian]] local graphs don't inherit global graph settings as of [[2021-06-28]], which can make for an inconsistent experience. Relevant feature request: Colour group settings apply to both global and local graphs Obsidian Forum
[[JSON]] local graph config is stored in .obsidian/workspace
, and global graph config is stored in .obsidian/graph.json
, so we can sync settings by editing the configuration directly.
First, open a local graph view and close Obsidian (it seems like Obsidian prefers its own configuration to whatever is on disk when it is running). Then, either [[#Sync all graph settings]] or [[#Sync specific graph settings]]. Once done, open Obsidian and your local graph should look the same as your global graph!
We rewrite configuration using [[Comby]].