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.
- Search for "Node Factor" in Obsidian's community plugin browser.
- Install it.
- Enable the plugin in your Obsidian settings under "Community plugins".
| 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 |
This project is still new and might have a few bugs. For bug reports use this repo's Issues section.
MIT, see LICENSE.

