| | |
| | | linkDistance: 30, // how long should the links be by default? |
| | | fontSize: 0.6, // what size should the node labels be? |
| | | opacityScale: 1, // how quickly do we fade out the labels when zooming out? |
| | | removeTags: [], // what tags to remove from the graph |
| | | showTags: true, // whether to show tags in the graph |
| | | enableRadial: false, // whether to constrain the graph, similar to Obsidian |
| | | }, |
| | | globalGraph: { |
| | | drag: true, |
| | |
| | | linkDistance: 30, |
| | | fontSize: 0.6, |
| | | opacityScale: 1, |
| | | removeTags: [], // what tags to remove from the graph |
| | | showTags: true, // whether to show tags in the graph |
| | | enableRadial: true, // whether to constrain the graph, similar to Obsidian |
| | | }, |
| | | }) |
| | | ``` |