mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
* removed gitlens * adjusted various settings * added foam onboarding to template * removed prettier extension * added setting to match OS color scheme * a couple of minor changes re todos and readme * added spellright to list of recommended extensions, and added to getting started guide * added reference to LTeX in spell checking doc * Added logo to readme * fixed link to LTeX extension * styling logo in readme * more style experiments
16 lines
710 B
Markdown
16 lines
710 B
Markdown
# Spell Checking
|
|
|
|
Foam come 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 VsCode.
|
|
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.
|