mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 11:58:53 +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
20 lines
525 B
JSON
20 lines
525 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
// Foam's own extension
|
|
"foam.foam-vscode",
|
|
|
|
// Tons of markdown goodies (lists, tables of content, so much more)
|
|
"yzhang.markdown-all-in-one",
|
|
|
|
// [[wiki-links]], backlinking etc
|
|
"kortina.vscode-markdown-notes",
|
|
|
|
// Image-pasting for markdown
|
|
"mushan.vscode-paste-image",
|
|
|
|
// Spell checking for text, markdown and latex
|
|
"ban.spellright",
|
|
]
|
|
}
|