3D graph view for obsidian using react-force-graph
Obsidian-3d-graph-view-plugin
Bringing 3D graph view to Obsidian using react-force-graph.
Warning
This plugin is under very early stage of development and has a large number of issues. It is not recommended to use this plugin for non-development purposes.
I may not have time to finish this project. Feel free to fork or clone this repo.
Setup for development
- Clone this repo to
your-obsidian-vault/.obsidian/pluginsfolder. npm ioryarnto install dependencies.npm run devto start compilation in watch mode.
Install
- download
main.js,manifest.json,styles.cssfrom releases. - put all three files in
your-obsidian-vault/.obsidian/plugins/obsidian-3d-graph-view-plugin - open Obsidian, toggle
Obsidian-3d-graph-view-pluginfromSettings -> Third-party plugins