Move templates and journal to underscore name.
parent
30edc2dbdc
commit
bbf5bf459e
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"folder": "journal/",
|
"folder": "_journal/",
|
||||||
"template": "templates/daily",
|
"template": "_templates/daily",
|
||||||
"autorun": true
|
"autorun": true
|
||||||
}
|
}
|
|
@ -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)
|
||||||
|
|
||||||
|
*
|
|
@ -12,9 +12,9 @@ const config: QuartzConfig = {
|
||||||
baseUrl: "wiki.jrpotter.com",
|
baseUrl: "wiki.jrpotter.com",
|
||||||
ignorePatterns: [
|
ignorePatterns: [
|
||||||
".obsidian",
|
".obsidian",
|
||||||
"journal",
|
"_journal",
|
||||||
|
"_templates",
|
||||||
"private",
|
"private",
|
||||||
"templates",
|
|
||||||
],
|
],
|
||||||
defaultDateType: "created",
|
defaultDateType: "created",
|
||||||
theme: {
|
theme: {
|
||||||
|
|
Loading…
Reference in New Issue