Fix linting errors in graph-visualization.md

This commit is contained in:
Prashanth K S 2021-08-29 19:47:25 +05:30
parent e64b0d9961
commit 4c98a6def2

View file

@ -6,6 +6,7 @@ To see the graph execute the `Foam: Show Graph` command.
## Graph Navigation ## Graph Navigation
With the graph you can: 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 - 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 - 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` - 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` - `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 - see [[note-properties]] for details
- you can have as many types as you want - you can have as many types as you want