calfmoon_node-factor/README.md

24 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

# Node Factor
2025-03-12 09:08:12 +00:00
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.
<img src="./screenshots/1.jpeg">
<img src="./screenshots/2.jpeg">
## 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 |
| ------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------- |
2026-03-27 16:53:24 +00:00
| Forward link weight multiplier | Weight of single link coming forward out of a node | 1 |
2025-03-12 09:08:12 +00:00
| 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 |
2025-03-12 09:08:12 +00:00
| 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 |
2025-03-12 09:08:12 +00:00
## Author
CalfMoon: [Email](kritagyabhattarai@proton.me), [Github](https://github.com/CalfMoon)
## Bug Reports
2026-03-27 16:53:24 +00:00
This project is still new and might have a few bugs. For bug reports use this repo's Issues section.
2025-03-12 09:08:12 +00:00
## License
MIT, see [LICENSE](LICENSE).