No description
Find a file
2025-09-04 12:02:12 +02:00
.github rebranding to n-brace 2025-09-04 12:02:12 +02:00
.husky rebranding to n-brace 2025-09-04 12:02:12 +02:00
src rebranding to n-brace 2025-09-04 12:02:12 +02:00
.editorconfig All parents connected with invisible link to keep them close 2025-09-04 12:02:12 +02:00
.eslintignore Initial commit 2022-08-22 14:40:44 +02:00
.eslintrc migration to react graph 2025-09-04 12:02:12 +02:00
.gitignore rebranding to n-brace 2025-09-04 12:02:12 +02:00
.npmrc Initial commit 2022-08-22 14:40:44 +02:00
.prettierrc add search bar 2023-10-13 11:07:06 -07:00
bun-fix.d.ts update to bun 2023-10-12 00:39:24 -07:00
bun.lockb rebranding to n-brace 2025-09-04 12:02:12 +02:00
data.json rebranding to n-brace 2025-09-04 12:02:12 +02:00
esbuild.config.mjs rebranding to n-brace 2025-09-04 12:02:12 +02:00
LICENSE Initial commit, widened links 2025-09-04 12:02:00 +02:00
manifest.json rebranding to n-brace 2025-09-04 12:02:12 +02:00
package-lock.json updated: version 2022-12-03 11:29:47 +01:00
package.json rebranding to n-brace 2025-09-04 12:02:12 +02:00
README.md rebranding to n-brace 2025-09-04 12:02:12 +02:00
release.sh release: 1.1.1 2023-10-28 11:10:43 -07:00
styles.css rebranding to n-brace 2025-09-04 12:02:12 +02:00
TECHNICAL_DOC.md update doc 2025-09-04 12:01:23 +02:00
tsconfig.json Initial commit, widened links 2025-09-04 12:02:00 +02:00
version-bump.mjs release: 1.0.11 2023-10-13 16:20:47 -07:00
versions.json add features 2023-10-13 15:04:29 -07:00

Obsidian N-brace Plugin

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

  1. cd to .obsidian/plugins
  2. git clone this repo
  3. cd obsidian-n-brace && bun install && bun run build
  4. 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:

  1. Force Graph repo: https://github.com/vasturiano/force-graph
  2. The original 3D graph plugin: https://github.com/AlexW00/obsidian-3d-graph
  3. The improved version: https://github.com/HananoshikaYomaru/obsidian-3d-graph Their work was very helpful in getting my project off the ground.