Jacky Zhao
2023-12-17 ad1f964a5f6e290d61979a372de18ad77e24351c
docs: graph view tag options
1 files modified
4 ■■■■ changed files
docs/features/graph view.md 4 ●●●● patch | view | raw | blame | history
docs/features/graph view.md
@@ -34,6 +34,8 @@
    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
  },
  globalGraph: {
    drag: true,
@@ -45,6 +47,8 @@
    linkDistance: 30,
    fontSize: 0.6,
    opacityScale: 1,
    removeTags: [], // what tags to remove from the graph
    showTags: true, // whether to show tags in the graph
  },
})
```