From 6d46be1fded17601e082a8bec69d485fb49355b3 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Wed, 9 Dec 2020 23:59:34 +0100 Subject: [PATCH 1/2] updated link to recipes --- foam-tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foam-tips.md b/foam-tips.md index adad078..bd934b7 100644 --- a/foam-tips.md +++ b/foam-tips.md @@ -1,3 +1,3 @@ # Foam tips -_For up-to-date tips, see [Foam Recipes](https://foambubble.github.io/foam/recipes)._ +_For up-to-date tips, see [Foam Recipes](https://foambubble.github.io/foam/recipes/recipes)._ From 14cd109b72804021dcc347a92ca79fd13884baa9 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Tue, 15 Dec 2020 13:29:52 +0100 Subject: [PATCH 2/2] make markdown the default language for new files --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 323c76e..2131363 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,7 @@ }, "git.enableSmartCommit": true, "git.postCommitCommand": "sync", + "files.defaultLanguage": "markdown", "files.exclude": { "**/node_modules": true },