From 4c98a6def24634ba3e1c40643abde46731d58845 Mon Sep 17 00:00:00 2001 From: Prashanth K S Date: Sun, 29 Aug 2021 19:47:25 +0530 Subject: [PATCH] Fix linting errors in graph-visualization.md --- docs/features/graph-visualization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -