mirror of
https://github.com/nn-ninja/n-brace.git
synced 2026-07-22 06:42:36 +00:00
No description
| .github | ||
| .husky | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc | ||
| bun-fix.d.ts | ||
| bun.lockb | ||
| data.json | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| release.sh | ||
| styles.css | ||
| TECHNICAL_DOC.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian N-brace Plugin
A Graph navigation and visualization for Obsidian.
see the demo: <https://www.youtube.com/ not yet published!>
linki do sponsorowania
Installation
Through community plugin store
You can install this on community plugin store
Manual installation
- cd to
.obsidian/plugins - git clone this repo
cd obsidian-n-brace && bun install && bun run build- there you go 🎉
Features
Local Graph
In a note tab context menu, you can click on N-brace to open a local graph of viewed note.
Save Setting
You can update and save your general settings.
Acknowledgement
I want to especially thank to the creators of this repos:
- Force Graph repo: https://github.com/vasturiano/force-graph
- The original 3D graph plugin: https://github.com/AlexW00/obsidian-3d-graph
- The improved version: https://github.com/HananoshikaYomaru/obsidian-3d-graph Their work was very helpful in getting my project off the ground.