Sphinx32 downloadsSave & switch named Graph View presets — filters, color groups, and node positions. Presets stored in data.json, syncable via git.
Save and switch named Graph View presets in Obsidian — filters, color groups, and node positions. Presets are stored in data.json, syncable via git across devices.
Graph: My Preset)data.json, commit and sync across machines
Once accepted to the Obsidian Community Plugin list, install via Settings → Community Plugins → Browse → "Graph Presets".
Sphinxes0o0/graph-presets as a beta plugincd YOUR_VAULT/.obsidian/plugins/
git clone https://github.com/Sphinxes0o0/graph-presets.git graph-presets
cd graph-presets && npm install && npm run build
Then enable "Graph Presets" in Settings → Community Plugins.
Cmd+G / Ctrl+G)| Button | What it does |
|---|---|
| Save | Create a new preset (prompts for name) |
| Update | Overwrite the current preset (no prompt) |
| + | Save As New — always prompts for name |
| 🗑 | Delete the selected preset |
Settings → Community Plugins → Graph Presets → ⚙️
Save → dataEngine.getOptions() → { search, colorGroups, ... } → data.json
Load → dataEngine.setOptions(preset.options) + worker.postMessage(nodePositions)
git clone https://github.com/Sphinxes0o0/graph-presets.git
cd graph-presets && npm install && npm run dev
npm run dev — watch mode, auto-rebuild on changesnpm run build — production buildMIT