From 537cb747cbd87fcc9013342cc3f3fa0a0733d21d Mon Sep 17 00:00:00 2001 From: GitJournal Date: Mon, 23 Jun 2025 23:48:15 -0600 Subject: [PATCH] Removed Note docs/features/spell-checking.md --- assets/images/graph-filter.gif | Bin docs/features/spell-checking.md | 9 --------- foam_sync.sh | 0 3 files changed, 9 deletions(-) mode change 100755 => 100644 assets/images/graph-filter.gif delete mode 100644 docs/features/spell-checking.md mode change 100755 => 100644 foam_sync.sh diff --git a/assets/images/graph-filter.gif b/assets/images/graph-filter.gif old mode 100755 new mode 100644 diff --git a/docs/features/spell-checking.md b/docs/features/spell-checking.md deleted file mode 100644 index 71a3106..0000000 --- a/docs/features/spell-checking.md +++ /dev/null @@ -1,9 +0,0 @@ -# Spell Checking - -There are many spell checking extensions for VS Code. - -The most popular spell checker for VS Code is [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker). - -Another one of our favorites is [LTeX](https://marketplace.visualstudio.com/items?itemName=valentjn.vscode-ltex&ssr=false#overview), which is a bit heavier but offers some extra functionality. - -Another popular one is [Spellright](https://marketplace.visualstudio.com/items?itemName=ban.spellright), but be mindful that there have been reports of incompatibility with the `vscode-markdown` extension (see https://github.com/foambubble/foam/issues/1068). diff --git a/foam_sync.sh b/foam_sync.sh old mode 100755 new mode 100644