From 1f2541f4ed6f326c55afd127977bc139e5453f22 Mon Sep 17 00:00:00 2001 From: Prashanth K S Date: Sun, 29 Aug 2021 20:05:57 +0530 Subject: [PATCH] Capitalize VS code --- docs/features/link-reference-definitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/link-reference-definitions.md b/docs/features/link-reference-definitions.md index 21adab0..84a0ac5 100644 --- a/docs/features/link-reference-definitions.md +++ b/docs/features/link-reference-definitions.md @@ -2,7 +2,7 @@ When you use `[[wiki-links]]`, the [foam-vscode](https://github.com/foambubble/foam/tree/master/packages/foam-vscode) extension can generate [Markdown Link Reference Definitions](https://spec.commonmark.org/0.29/#link-reference-definitions) at the bottom of the file. -This is done to make the content of the file compatible with various Markdown tools (e.g. parsers, static site generators, VS code plugins etc.), which don't support `[[wiki-links]]` directly. +This is done to make the content of the file compatible with various Markdown tools (e.g. parsers, static site generators, VS Code plugins etc.), which don't support `[[wiki-links]]` directly. This feature is disabled by default because you don't need it to navigate your workspace, it is useful for publishing and compatibility of your notes.