GraphFrontier

by pikiby
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Advanced graph view with pin modes, orbit layout, strong pull, edge painting, and physics controls.

Reviews

No reviews yet.

Stats

stars
506
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

GraphFrontier

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:

  • Finding patterns
  • Documentation
  • Visualizing relationships in database structures
  • Prompt engineering

Support

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

Installation

Download:

https://github.com/pikiby/GraphFrontier/releases/download/0.6.10/graphfrontier-0.6.10.zip

  1. Download graphfrontier-0.6.10.zip from Releases
  2. Extract it into your vault plugins folder:
    • <vault>/.obsidian/plugins/graphfrontier/
  3. In Obsidian enable the plugin:
    • Settings -> Community plugins -> GraphFrontier -> Enable

Recent Updates (0.6.10)

  • New right-click actions for linked nodes:
    • Select linked nodes
    • Copy linked names
    • Copy linked paths
  • Linked copy output format:
    • one item per line
    • commas on each line except the last
  • Multi-selection controls moved to a dedicated Selection section above Display
  • Box select and Add/remove selected controls restyled to match the side panel Hide button style

Features

Documentation

  • Installation: docs/installation.md
  • Usage: docs/usage.md
  • Settings: docs/settings.md
  • Hotkeys and commands: docs/hotkeys.md
  • Physics model: docs/physics.md
  • Troubleshooting: docs/troubleshooting.md

Project Structure

  • src/main.js: plugin core, persistence, graph data collection, commands registration
  • src/view.js: view lifecycle, UI, interactions, context actions, runtime orchestration
  • src/physics.js: simulation and orbit-related calculations
  • src/render.js: render pass, visual helpers, focus/label/color behavior
  • src/constants.js: defaults, limits, command metadata, shared constants
  • src/static/: plugin release assets source (manifest.json, styles.css, versions.json)
  • dist/: release artifacts ready to install into a vault plugin folder

License

MIT. See LICENSE.