Files
foam/docs/features/graph-visualisation.md
Riccardo deb77328c0 Reorganized and updated foam docs (#398)
* reorganized and updated foam docs

* minor changes to vscode extension readme

* added 404 page and minor changes

Co-authored-by: Joe Previte <jjprevite@gmail.com>
2020-12-05 23:04:34 +01:00

956 B

Graph Visualisation

Foam comes with a graph visualisation. The graph will:

  • allow you to highlight a node by hovering on it, to quickly see how it's connected to the rest of your notes
  • allow you to select one or more (by keeping SHIFT pressed while selecting) nodes by clicking on them, to better understand the structure of your notes
  • to navigate to a note by clicking on it while pressing CTRL or CMD
  • automatically center the graph on the currently edited note, to immediately see it's connections

Another extension that provides a great graph visualisation is Markdown Links. The extension doesn't use the Foam model, so discrepancies might arise, but it's a great visualisation extension nonetheless!

  • Use the Markdown Links: Show Graph command to see the graph Demo of graph visualiser