Added onboarding and major changes to template (#28)

* 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
This commit is contained in:
Riccardo
2021-01-22 14:17:24 +01:00
committed by GitHub
parent 3fded1a423
commit d9028e82fb
20 changed files with 448 additions and 31 deletions

View File

@ -5,12 +5,6 @@
// Foam's own extension
"foam.foam-vscode",
// Prettier for auto formatting code
"esbenp.prettier-vscode",
// GitLens for seeing version history inline
"eamodio.gitlens",
// Tons of markdown goodies (lists, tables of content, so much more)
"yzhang.markdown-all-in-one",
@ -18,6 +12,9 @@
"kortina.vscode-markdown-notes",
// Image-pasting for markdown
"mushan.vscode-paste-image"
"mushan.vscode-paste-image",
// Spell checking for text, markdown and latex
"ban.spellright",
]
}