Node Factor

approved

by CalfMoon

Customize factors effecting node size in graph.

6 stars3,092 downloadsUpdated 6d agoMIT
View on GitHub

Node Factor

This plugin helps you customize the factors that effect node size in obsidian graph view. The factors include:

  • Letter count in a file.
  • Weight of links coming forward and/or backward out of a file.
  • Whether we should count every descendant coming forward out of a file or just the children.
  • You can manually add size for certain files too.

Demo

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

OptionMeaningDefault value
Forward link weight multiplierWeight of single link coming forward out of a node1
Travel forward treeDetermines if forward weight is decided by just the immediate nodes coming out or everything after itoff
Backward link weight multiplierWeight of single link coming backward out of a node1
Character per weightGiven number of letters give 1 weight0
Manually Set WeightManually set weight of any file, weight set here overrides everything elseempty 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.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.