From bb8f1212c3e660af600fa871d2b0805bee866d4a Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Fri, 22 Jan 2021 14:26:22 +0100 Subject: [PATCH] added spellright to list of extensions in getting-started doc --- .vscode/spellright.dict | 1 + getting-started.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.vscode/spellright.dict b/.vscode/spellright.dict index 226a625..29e285f 100644 --- a/.vscode/spellright.dict +++ b/.vscode/spellright.dict @@ -1 +1,2 @@ wikilink +spellright diff --git a/getting-started.md b/getting-started.md index 180f084..3874f9c 100644 --- a/getting-started.md +++ b/getting-started.md @@ -42,6 +42,7 @@ Here they are: - [Markdown All In One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) - [Markdown Notes](https://marketplace.visualstudio.com/items?itemName=kortina.vscode-markdown-notes) - [vscode-paste-image](https://github.com/mushanshitiancai/vscode-paste-image) +- [spellright](https://marketplace.visualstudio.com/items?itemName=ban.spellright) A special mention to [Markdown Links](https://marketplace.visualstudio.com/items?itemName=tchayen.markdown-links), which has now been replaced by our graph but was foundational to Foam's beginnings.