diff --git a/docs/features/graph-visualization.md b/docs/features/graph-visualization.md index d01f3b2..bde11c8 100644 --- a/docs/features/graph-visualization.md +++ b/docs/features/graph-visualization.md @@ -6,6 +6,7 @@ To see the graph execute the `Foam: Show Graph` command. ## Graph Navigation With the graph you can: + - highlight a node by hovering on it, to quickly see how it's connected to the rest of your notes - select one or more (by keeping `shift` pressed while selecting) nodes by clicking on them, to better understand the structure of your notes - navigate to a note by clicking on it while pressing `ctrl` or `cmd` @@ -35,4 +36,3 @@ A sample configuration object is provided below, you can provide as many or as l - `feature` shows an example of how you can use note types to customize the graph. It defines the color for the notes of type `feature` - see [[note-properties]] for details - you can have as many types as you want -