Three D Graph View

by Steve
5
4
3
2
1
Score: 35/100
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. A graph-style view that can be rotated in 3D space.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
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

Three D Graph View

Three D Graph View is an Obsidian plugin that adds a rotatable, graph-style view for exploring notes, links, backlinks, tags, and vault growth over time.

Features

  • Rotate, pan, and zoom through a 3D vault graph.
  • Core-to-surface spherical layout for a globe-like graph volume.
  • Optional tag nodes with per-tag colors and muted sub-tag inheritance.
  • Hover highlighting for a node and its direct connections.
  • Timelapse replay based on note creation order.
  • Settings for labels, unresolved links, backlinks, tag visibility, disconnected group spread, node size, and sphere strength.

Usage

Open the command palette and run Open 3D graph view. The graph toolbar includes refresh, fit, settings, and timelapse controls.

Manual installation

Download main.js, manifest.json, and styles.css from a release and copy them into:

<vault>/.obsidian/plugins/three-d-graph-view/

Then enable Three D Graph View in Obsidian's community plugin settings.

Development

npm install
npm run dev

For a production bundle:

npm run build

License

MIT