https://github.com/calfmoon/node-factor
Customize factors effecting node size in obsidian graph.
https://github.com/calfmoon/node-factor
obsidian obsidian-md obsidian-md-plugin obsidian-plugin
Last synced: about 1 month ago
JSON representation
Customize factors effecting node size in obsidian graph.
- Host: GitHub
- URL: https://github.com/calfmoon/node-factor
- Owner: CalfMoon
- License: mit
- Created: 2025-03-07T10:01:03.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-28T11:42:09.000Z (about 1 month ago)
- Last Synced: 2025-03-28T12:32:55.977Z (about 1 month ago)
- Topics: obsidian, obsidian-md, obsidian-md-plugin, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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]([email protected]), [Github](https://github.com/CalfMoon)
## Bug Reports
This project still new and might have a few bugs. For bug reports use this repo's Issues section.
## License
MIT, see [LICENSE](LICENSE).