No description
Find a file
Kritagya Bhattarai (CalfMoon) daa3db93b7 doc: update README
2025-03-12 15:30:36 +05:45
screenshots doc: update README 2025-03-12 15:30:36 +05:45
src fix(calc): stop calcLoop when plugin is unloaded 2025-03-11 17:52:30 +05:45
.editorconfig Initial commit 2025-03-07 15:46:05 +05:45
.eslintignore Initial commit 2025-03-07 15:46:05 +05:45
.eslintrc Initial commit 2025-03-07 15:46:05 +05:45
.gitignore Initial commit 2025-03-07 15:46:05 +05:45
.npmrc Initial commit 2025-03-07 15:46:05 +05:45
esbuild.config.mjs Update template 2025-03-07 19:40:07 +05:45
LICENSE Initial commit 2025-03-07 15:46:05 +05:45
manifest.json doc: update README 2025-03-12 15:30:36 +05:45
package-lock.json Update template 2025-03-07 19:40:07 +05:45
package.json feat(display): add settings menu 2025-03-08 18:39:35 +05:45
README.md doc: update README 2025-03-12 15:30:36 +05:45
tsconfig.json Initial commit 2025-03-07 15:46:05 +05:45
version-bump.mjs Initial commit 2025-03-07 15:46:05 +05:45
versions.json Initial commit 2025-03-07 15:46:05 +05:45

Obsidian Node Factor

This plugin helps you customize the factors that effect node size in obsidian graph view. The factors include, letter count, forward & backward weight, and forward tree weight.

Installation

  1. Search for "Node Factor" in Obsidian's community plugin browser.
  2. Install it.
  3. Enable the plugin in your Obsidian settings under "Community plugins".

Configuration Options

Option Meaning Default value
Forward link weight multiplier Weight of single link coming out of a node 1
Travel forward tree Determines if forward weight is decided by just the immediate nodes coming out or everything after it off
Backward link weight multiplier Weight of single link coming out of a node 1
Character per weight Given number of letters give 1 weight 0

Author

CalfMoon: Email, Github

Bug Reports

This project still new and might have a few bugs. For bug reports use this repo's Issues section.

License

OBSD, see LICENSE.