No description
Find a file
Kritagya Bhattarai (CalfMoon) cd5f4c97c9 refactor: modularize settings file
2026-03-31 00:38:57 +05:45
.github/workflows chore: update template from obsidianmd/obsidian-sample-plugin 2026-03-28 21:05:58 +05:45
screenshots doc: update README 2025-03-12 15:30:36 +05:45
src refactor: modularize settings file 2026-03-31 00:38:57 +05:45
.editorconfig 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 chore: update template from obsidianmd/obsidian-sample-plugin 2026-03-28 21:05:58 +05:45
eslint.config.mts chore: update template from obsidianmd/obsidian-sample-plugin 2026-03-28 21:05:58 +05:45
LICENSE fix: change according to suggestion obsidianmd/obsidian-releases#5678 2025-03-28 17:26:50 +05:45
manifest.json chore: release 2.1.0 2026-03-28 20:07:59 +05:45
package-lock.json chore: update template from obsidianmd/obsidian-sample-plugin 2026-03-28 21:05:58 +05:45
package.json chore: update template from obsidianmd/obsidian-sample-plugin 2026-03-28 21:05:58 +05:45
README.md doc: add Manually Set Weight to Configuration Option in README 2026-03-29 20:19:03 +05:45
tsconfig.json chore: update template from obsidianmd/obsidian-sample-plugin 2026-03-28 21:05:58 +05:45
version-bump.mjs chore: update template from obsidianmd/obsidian-sample-plugin 2026-03-28 21:05:58 +05:45
versions.json chore: release 2.1.0 2026-03-28 20:07:59 +05:45

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 forward 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 backward out of a node 1
Character per weight Given number of letters give 1 weight 0
Manually Set Weight Manually set weight of any file, weight set here overrides everything else empty set

Author

CalfMoon: Email, Github

Bug Reports

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

License

MIT, see LICENSE.