mirror of
https://github.com/calfmoon/node-factor.git
synced 2026-07-22 05:42:24 +00:00
No description
timelapse caused the order in array to be changed which messed up the cache, no longer a problem with hashmap |
||
|---|---|---|
| screenshots | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
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
- Search for "Node Factor" in Obsidian's community plugin browser.
- Install it.
- 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
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.