mirror of
https://github.com/calfmoon/node-factor.git
synced 2026-07-22 05:42:24 +00:00
update README
This commit is contained in:
parent
ca82866158
commit
8ba7f85b55
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -1,8 +1,15 @@
|
|||
# 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.
|
||||
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
|
||||
<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.
|
||||
|
|
@ -15,9 +22,12 @@ The factors include, letter count, forward & backward weight, and forward tree w
|
|||
| 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](kritagyabhattarai@proton.me), [Github](https://github.com/CalfMoon)
|
||||
|
||||
## 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](LICENSE).
|
||||
|
|
|
|||
Loading…
Reference in a new issue