Graph 3D Plus

pending

by fird23

3D graph view with tags, attachments, and in-graph settings.

Updated 25d agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Graph 3D Plus

3D graph view for Obsidian with tags, attachments, hover highlighting, and an in-graph settings panel.

Features

  • 3D force-directed layout with sphere distribution
  • Tags as red nodes, attachments as green nodes
  • Hover highlighting and labels
  • Drag nodes and open files on click
  • In-graph settings overlay with filters and search

Installation (Manual)

  1. Copy the release files (main.js, manifest.json, styles.css) into: .obsidian/plugins/graph-3d-plus/
  2. Enable the plugin in Obsidian.

Development

npm install
npm run dev

Build release:

npm run build

Release

Attach main.js, manifest.json, styles.css to a GitHub Release.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.