From 06c3770cb4635e7b1cd6d3392619c1d9f20f9c7f Mon Sep 17 00:00:00 2001 From: riccardoferretti Date: Mon, 19 Jun 2023 11:08:45 +0000 Subject: [PATCH] Docs sync @ a00d18c Fixed connections panel documentation (fixes @1244) --- docs/features/backlinking.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/features/backlinking.md b/docs/features/backlinking.md index 2890eb0..7f34a55 100644 --- a/docs/features/backlinking.md +++ b/docs/features/backlinking.md @@ -1,9 +1,10 @@ # Backlinking -When using [[wikilinks]], you can find all notes that link to a specific note in the **Backlinks Explorer** +When using [[wikilinks]], you can find all notes that link to a specific note in the **Connections Explorer** -- Run `Cmd` + `Shift` + `P` (`Ctrl` + `Shift` + `P` for Windows), type "backlinks" and run the **Explorer: Focus on Backlinks** view. +- Run `Cmd` + `Shift` + `P` (`Ctrl` + `Shift` + `P` for Windows), type "connections" and run the **Explorer: Focus on Connections** view. - Keep this pane always visible to discover relationships between your thoughts -- You can drag the backlinks pane to a different section in VS Code if you prefer. See: [[make-backlinks-more-prominent]] +- You can drag the connections panel to a different section in VS Code if you prefer. See: [[make-backlinks-more-prominent]] +- You can filter the connections to see just backlinks, forward links, or all connections - Finding backlinks in published Foam workspaces via [[materialized-backlinks]] is on the [[roadmap]] but not yet implemented.