some more daily notes n stuff
This commit is contained in:
parent
e2ee80367d
commit
b8694f7c9b
|
|
@ -4,16 +4,16 @@
|
|||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "e4d5fa9f17c7b18d",
|
||||
"id": "6504226298e5f42a",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "aeaa7bbac01b263b",
|
||||
"id": "fdc1294adb596a1a",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Templates/daily-note.md",
|
||||
"file": "Daily Notes/2024/01-January/2024-01-25-Thursday.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Templates/daily-note.md",
|
||||
"file": "Daily Notes/2024/01-January/2024-01-25-Thursday.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Templates/daily-note.md",
|
||||
"file": "Daily Notes/2024/01-January/2024-01-25-Thursday.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Templates/daily-note.md"
|
||||
"file": "Daily Notes/2024/01-January/2024-01-25-Thursday.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -147,13 +147,17 @@
|
|||
"templater-obsidian:Templater": false
|
||||
}
|
||||
},
|
||||
"active": "aeaa7bbac01b263b",
|
||||
"active": "fdc1294adb596a1a",
|
||||
"lastOpenFiles": [
|
||||
"Templates/daily-note.md",
|
||||
"Daily Notes/2024/01-January/2024-01-25-Thursday.md",
|
||||
"Daily Notes/2024/01-January/2024-01-24-Wednesday.md",
|
||||
"Daily Notes/2024/01-January/2024-01-23-Tuesday.md",
|
||||
"Fitness/Weight Training.md",
|
||||
"Strava/2024-01-07-1.md",
|
||||
"Templates/daily-note.md~",
|
||||
"Daily Notes/2024/01-January/2024-01-21-Sunday.md",
|
||||
"Daily Notes/2024/01-January/2024-01-19-Friday.md",
|
||||
"Templates/daily-note.md",
|
||||
"Strava/2024-01-07-1.md",
|
||||
"Strava/new.md",
|
||||
"Strava/new.md~",
|
||||
"2024-01-18-Thursday.md",
|
||||
|
|
@ -170,7 +174,6 @@
|
|||
"+Daily Notes.md",
|
||||
"2023-12-30-Saturday.md",
|
||||
"Daily Notes/2023-12-31.md",
|
||||
"Fitness/Weight Training.md",
|
||||
"Templates/daily-note.txt",
|
||||
"Templates",
|
||||
"2023-12-31.md",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
created: 2024-01-23 23:05
|
||||
---
|
||||
# Tuesday, January 23, 2024
|
||||
|
||||
<< [[2024-01-22-Monday|Yesterday]] | [[2024-01-24-Wednesday|Tomorrow]] >>
|
||||
|
||||
---
|
||||
### 📅 Daily Checklist
|
||||
##### 🌞 Today's bright spot
|
||||
-
|
||||
|
||||
##### 🙌 Friends & Family
|
||||
-
|
||||
|
||||
##### 🚀 Projects & Goals
|
||||
-
|
||||
|
||||
##### 🎮 Fun & games
|
||||
-
|
||||
|
||||
#### 🏋️ Health & Wellness
|
||||
-
|
||||
|
||||
---
|
||||
# 📝 Notes
|
||||
- really long day
|
||||
- shit losing games of dota
|
||||
-
|
||||
|
||||
---
|
||||
### Notes created today
|
||||
```dataview
|
||||
List FROM "" WHERE file.cday = date("2024-01-23") SORT file.ctime asc
|
||||
```
|
||||
|
||||
### Notes last touched today
|
||||
```dataview
|
||||
List FROM "" WHERE file.mday = date("2024-01-23") SORT file.mtime asc
|
||||
```
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
created: 2024-01-24 23:21
|
||||
---
|
||||
# Wednesday, January 24, 2024
|
||||
|
||||
<< [[2024-01-23-Tuesday|Yesterday]] | [[2024-01-25-Thursday|Tomorrow]] >>
|
||||
|
||||
---
|
||||
### 📅 Daily Checklist
|
||||
##### 🌞 Today's bright spot
|
||||
- walk with husband and good dinner
|
||||
|
||||
##### 🙌 Friends & Family
|
||||
- walk with husband <3
|
||||
|
||||
##### 🚀 Projects & Goals
|
||||
- no major project progress
|
||||
|
||||
##### 🎮 Fun & games
|
||||
- played satisfactory
|
||||
|
||||
#### 🏋️ Health & Wellness
|
||||
- weight lifting
|
||||
|
||||
---
|
||||
# 📝 Notes
|
||||
-
|
||||
|
||||
---
|
||||
### Notes created today
|
||||
```dataview
|
||||
List FROM "" WHERE file.cday = date("2024-01-24") SORT file.ctime asc
|
||||
```
|
||||
|
||||
### Notes last touched today
|
||||
```dataview
|
||||
List FROM "" WHERE file.mday = date("2024-01-24") SORT file.mtime asc
|
||||
```
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
created: 2024-01-25 23:42
|
||||
---
|
||||
# Thursday, January 25, 2024
|
||||
|
||||
<< [[2024-01-24-Wednesday|Yesterday]] | [[2024-01-26-Friday|Tomorrow]] >>
|
||||
|
||||
---
|
||||
### 📅 Daily Checklist
|
||||
##### 🌞 Today's bright spot
|
||||
- kinda dumb day tbh
|
||||
|
||||
##### 🙌 Friends & Family
|
||||
- small text messages but otherwise not much
|
||||
|
||||
##### 🚀 Projects & Goals
|
||||
- nothing
|
||||
|
||||
##### 🎮 Fun & games
|
||||
- lost some dota games kinda sucks ngl
|
||||
|
||||
#### 🏋️ Health & Wellness
|
||||
- very light workout
|
||||
|
||||
---
|
||||
# 📝 Notes
|
||||
-
|
||||
|
||||
---
|
||||
### Notes created today
|
||||
```dataview
|
||||
List FROM "" WHERE file.cday = date("2024-01-25") SORT file.ctime asc
|
||||
```
|
||||
|
||||
### Notes last touched today
|
||||
```dataview
|
||||
List FROM "" WHERE file.mday = date("2024-01-25") SORT file.mtime asc
|
||||
```
|
||||
|
|
@ -20,7 +20,7 @@ created: <% tp.file.creation_date() %>
|
|||
-
|
||||
|
||||
#### 🏋️ Health & Wellness
|
||||
-
|
||||
-
|
||||
|
||||
---
|
||||
# 📝 Notes
|
||||
|
|
|
|||
Reference in New Issue