obsidian-3d-graph
๐ A 3D graph for Obsidian!
File Explorer
Download Latest Version (.zip)- bug_report.md
- custom.md
- feature_request.md
- release.yml
- showcase.gif
- dev-docs.md
- Graph.ts
- Link.ts
- Node.ts
- DisplaySettings.ts
- FilterSettings.ts
- GroupSettings.ts
- GraphSettings.ts
- EventBus.ts
- ObsidianTheme.ts
- ShallowCompare.ts
- State.ts
- ColorPicker.ts
- SimpleSliderSetting.ts
- TreeItem.ts
- ForceGraph.ts
- Graph3dView.ts
- DisplaySettingsView.ts
- FilterSettingsView.ts
- GroupSettingsView.ts
- GraphSettingsView.ts
- main.ts
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- copy_to_vault.sh
- esbuild.config.mjs
- LICENSE
- manifest.json
- package-lock.json
- package.json
- README.md
- styles.css
- tsconfig.json
- version-bump.mjs
- versions.json
# Installation Guide
1. Get the code
git clone https://github.com/AlexW00/obsidian-3d-graph
Downloads the entire project code from GitHub to your computer.
cd obsidian-3d-graph
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
