From bbf5bf459e5172163adc04f709cbe2e95f88d450 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Tue, 6 Feb 2024 07:50:54 -0700 Subject: [PATCH] Move templates and journal to underscore name. --- notes/.obsidian/daily-notes.json | 4 ++-- notes/{journal => _journal}/2024-01-31.md | 0 notes/{journal => _journal}/2024-02-01.md | 0 notes/{journal => _journal}/2024-02-02.md | 0 notes/{journal => _journal}/2024-02-03.md | 0 notes/{journal => _journal}/2024-02-04.md | 0 notes/_journal/2024-02-06.md | 13 +++++++++++++ notes/{templates => _templates}/daily.md | 0 quartz.config.ts | 4 ++-- 9 files changed, 17 insertions(+), 4 deletions(-) rename notes/{journal => _journal}/2024-01-31.md (100%) rename notes/{journal => _journal}/2024-02-01.md (100%) rename notes/{journal => _journal}/2024-02-02.md (100%) rename notes/{journal => _journal}/2024-02-03.md (100%) rename notes/{journal => _journal}/2024-02-04.md (100%) create mode 100644 notes/_journal/2024-02-06.md rename notes/{templates => _templates}/daily.md (100%) diff --git a/notes/.obsidian/daily-notes.json b/notes/.obsidian/daily-notes.json index 6674136..0d2c6a1 100644 --- a/notes/.obsidian/daily-notes.json +++ b/notes/.obsidian/daily-notes.json @@ -1,5 +1,5 @@ { - "folder": "journal/", - "template": "templates/daily", + "folder": "_journal/", + "template": "_templates/daily", "autorun": true } \ No newline at end of file diff --git a/notes/journal/2024-01-31.md b/notes/_journal/2024-01-31.md similarity index 100% rename from notes/journal/2024-01-31.md rename to notes/_journal/2024-01-31.md diff --git a/notes/journal/2024-02-01.md b/notes/_journal/2024-02-01.md similarity index 100% rename from notes/journal/2024-02-01.md rename to notes/_journal/2024-02-01.md diff --git a/notes/journal/2024-02-02.md b/notes/_journal/2024-02-02.md similarity index 100% rename from notes/journal/2024-02-02.md rename to notes/_journal/2024-02-02.md diff --git a/notes/journal/2024-02-03.md b/notes/_journal/2024-02-03.md similarity index 100% rename from notes/journal/2024-02-03.md rename to notes/_journal/2024-02-03.md diff --git a/notes/journal/2024-02-04.md b/notes/_journal/2024-02-04.md similarity index 100% rename from notes/journal/2024-02-04.md rename to notes/_journal/2024-02-04.md diff --git a/notes/_journal/2024-02-06.md b/notes/_journal/2024-02-06.md new file mode 100644 index 0000000..8e23145 --- /dev/null +++ b/notes/_journal/2024-02-06.md @@ -0,0 +1,13 @@ +--- +title: "2024-02-06" +--- + +- [x] Anki Flashcards +- [x] KoL +- [ ] Sheet Music (10 min.) +- [ ] OGS (1 Life & Death Problem) +- [ ] Korean (Read 1 Story) +- [ ] Interview Prep (1 Practice Problem) +- [ ] Log Work Hours (Max 3 hours) + +* \ No newline at end of file diff --git a/notes/templates/daily.md b/notes/_templates/daily.md similarity index 100% rename from notes/templates/daily.md rename to notes/_templates/daily.md diff --git a/quartz.config.ts b/quartz.config.ts index 863616b..cdcc305 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -12,9 +12,9 @@ const config: QuartzConfig = { baseUrl: "wiki.jrpotter.com", ignorePatterns: [ ".obsidian", - "journal", + "_journal", + "_templates", "private", - "templates", ], defaultDateType: "created", theme: {