From d3acf8e67754bf1ab598751e568af31a74d4ded0 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sun, 6 Aug 2023 17:13:32 +0000 Subject: [PATCH] docs(daily-notes): :wrench: adjust daily note settings for Foam VS Code extension also prep next day's daily note ahead of time Signed-off-by: Andrei Jiroh Halili --- .vscode/settings.json | 6 ++++-- daily-notes/2023-08-07.md | 9 +++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 daily-notes/2023-08-07.md diff --git a/.vscode/settings.json b/.vscode/settings.json index f64ab0b..1d4661c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "markdownlint.config": { "extends": "../.markdownlint.yaml" - } + }, "files.associations": { "AUTHORS": "plaintext", "CONTRIBUTORS": "plaintext" @@ -12,5 +12,7 @@ "multiverse", "uncategorized-notes", "global" - ] + ], + "foam.openDailyNote.filenameFormat": "yyyy-mm-dd", + "foam.openDailyNote.directory": "daily-notes" } diff --git a/daily-notes/2023-08-07.md b/daily-notes/2023-08-07.md new file mode 100644 index 0000000..76cf793 --- /dev/null +++ b/daily-notes/2023-08-07.md @@ -0,0 +1,9 @@ +# 2023-08-07 + +* Previously on [[2023-08-07]], note that time and date are in Philippine Standard Time as I write this, although you do you use UTC for simplicity. + * TODO +* OSS work at [[recaptime.dev]] or whatever + * TODO +* Personal side projects + * TODO +* Across the interwebs \ No newline at end of file