mirror of
https://github.com/jie65535/note.git
synced 2025-06-01 17:29:10 +08:00
18 lines
713 B
Markdown
18 lines
713 B
Markdown
# Spell Checking
|
|
|
|
Foam comes with a spell checker.
|
|
|
|
Misspelled words are highlighted, like hellow.
|
|
You can place the cursor on top of the word, and press `cmd+.` for suggestions on how to fix the problem.
|
|
|
|
You can configure the extension in the settings, for example to:
|
|
|
|
- ignore certain files
|
|
- change the language(s)
|
|
- and much more
|
|
|
|
For more information go to the [Spellright extension page](https://marketplace.visualstudio.com/items?itemName=ban.spellright).
|
|
|
|
There are many spell checking extensions for VS Code.
|
|
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.
|