mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-16 15:08:57 +00:00
added spellright to list of recommended extensions, and added to getting started guide
This commit is contained in:
parent
0402c6ab5e
commit
9691f5432d
5 changed files with 22 additions and 1 deletions
5
.vscode/extensions.json
vendored
5
.vscode/extensions.json
vendored
|
@ -12,6 +12,9 @@
|
||||||
"kortina.vscode-markdown-notes",
|
"kortina.vscode-markdown-notes",
|
||||||
|
|
||||||
// Image-pasting for markdown
|
// Image-pasting for markdown
|
||||||
"mushan.vscode-paste-image"
|
"mushan.vscode-paste-image",
|
||||||
|
|
||||||
|
// Spell checking for text, markdown and latex
|
||||||
|
"ban.spellright",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -22,6 +22,7 @@
|
||||||
"pasteImage.path": "${projectRoot}/attachments",
|
"pasteImage.path": "${projectRoot}/attachments",
|
||||||
"pasteImage.showFilePathConfirmInputBox": true,
|
"pasteImage.showFilePathConfirmInputBox": true,
|
||||||
"prettier.singleQuote": false,
|
"prettier.singleQuote": false,
|
||||||
|
"spellright.notificationClass": "warning",
|
||||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||||||
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
|
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
|
||||||
"window.autoDetectColorScheme": true,
|
"window.autoDetectColorScheme": true,
|
||||||
|
|
1
.vscode/spellright.dict
vendored
Normal file
1
.vscode/spellright.dict
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
wikilink
|
13
docs/features/spell-checking.md
Normal file
13
docs/features/spell-checking.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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).
|
|
@ -14,6 +14,8 @@ Let's go through this to set up your repo:
|
||||||
|
|
||||||
- [ ] #tags can be used to further organize your content. Look at the `Tag Explorer` view on the left panel to find and navigate the tags in your knowledge base. See [[tags-and-tag-explorer]].
|
- [ ] #tags can be used to further organize your content. Look at the `Tag Explorer` view on the left panel to find and navigate the tags in your knowledge base. See [[tags-and-tag-explorer]].
|
||||||
|
|
||||||
|
- [ ] Foam supports [[spell-checking]].
|
||||||
|
|
||||||
- [ ] You can also paste images in your Foam, just press `cmd+alt+v` to create the image file and link to it from your note. See [[paste-images-from-clipboard]].
|
- [ ] You can also paste images in your Foam, just press `cmd+alt+v` to create the image file and link to it from your note. See [[paste-images-from-clipboard]].
|
||||||
|
|
||||||
- [ ] You can use Foam for your daily notes, or journaling. Execute now the `Foam: Open Daily Note` command to create a new file in your `journal` folder. See [[daily-notes]].
|
- [ ] You can use Foam for your daily notes, or journaling. Execute now the `Foam: Open Daily Note` command to create a new file in your `journal` folder. See [[daily-notes]].
|
||||||
|
@ -49,6 +51,7 @@ A special mention to [Markdown Links](https://marketplace.visualstudio.com/items
|
||||||
[inbox]: inbox.md "Inbox"
|
[inbox]: inbox.md "Inbox"
|
||||||
[graph-visualization]: docs/features/graph-visualization.md "Graph Visualization"
|
[graph-visualization]: docs/features/graph-visualization.md "Graph Visualization"
|
||||||
[tags-and-tag-explorer]: docs/features/tags-and-tag-explorer.md "Tags and Tag Explorer"
|
[tags-and-tag-explorer]: docs/features/tags-and-tag-explorer.md "Tags and Tag Explorer"
|
||||||
|
[spell-checking]: docs/features/spell-checking.md "Spell Checking"
|
||||||
[paste-images-from-clipboard]: docs/how-to/paste-images-from-clipboard.md "Paste Images from Clipboard"
|
[paste-images-from-clipboard]: docs/how-to/paste-images-from-clipboard.md "Paste Images from Clipboard"
|
||||||
[daily-notes]: docs/features/daily-notes.md "Daily Notes"
|
[daily-notes]: docs/features/daily-notes.md "Daily Notes"
|
||||||
[todo]: todo.md "Todo"
|
[todo]: todo.md "Todo"
|
||||||
|
|
Loading…
Add table
Reference in a new issue