pikiby669 downloadsAdvanced graph view with pin modes, orbit layout, strong pull, edge painting, and physics controls.
GraphFrontier is not a plugin for Obsidian Graph View. It is a fully independent plugin with its own physics engine, designed to implement ideas that are not possible in the standard graph plugin.
The main goal is to build an ideal, universal data-visualization tool that keeps the strengths of Graph View while removing its limitations.
It helps create a clean, well-organized structure for large collections of notes and stays very smooth even with a very large number of objects.
Especially useful for:
This project is actively growing, and I would be very grateful for your support.
I would be happy to hear your ideas:
https://github.com/pikiby/GraphFrontier/discussions
And I would really appreciate your help with bug reports:
https://github.com/pikiby/GraphFrontier/issues
Download:
https://github.com/pikiby/GraphFrontier/releases/download/0.6.10/graphfrontier-0.6.10.zip
graphfrontier-0.6.10.zip from Releases<vault>/.obsidian/plugins/graphfrontier/Settings -> Community plugins -> GraphFrontier -> EnableSelect linked nodesCopy linked namesCopy linked pathsSelection section above DisplayBox select and Add/remove selected controls restyled to match the side panel Hide button style
Pin nodes exactly where you want them |
Pin nodes to the grid |
Save node positions and keep your layout exactly where you want it every time you open the graph |
Boost attraction to a specific node |
Place linked nodes on another node orbit with one click |
Move linked nodes and keep them exactly where you need them |
Paint links for better visual clarity |
Hide links you do not need |
Find mode explore links in the full context |
Filter mode local graph behavior directly in the global view |
Orphan files stay separate from primary nodes |
Show only linked attachments and place them directly on node orbits |
Hotkey support |
Copy linked names and paths in one click |
Hide unnecessary objects |
Keep only necessary objects |
docs/installation.mddocs/usage.mddocs/settings.mddocs/hotkeys.mddocs/physics.mddocs/troubleshooting.mdsrc/main.js: plugin core, persistence, graph data collection, commands registrationsrc/view.js: view lifecycle, UI, interactions, context actions, runtime orchestrationsrc/physics.js: simulation and orbit-related calculationssrc/render.js: render pass, visual helpers, focus/label/color behaviorsrc/constants.js: defaults, limits, command metadata, shared constantssrc/static/: plugin release assets source (manifest.json, styles.css, versions.json)dist/: release artifacts ready to install into a vault plugin folderMIT. See LICENSE.