96 lines
1.5 KiB
Markdown
96 lines
1.5 KiB
Markdown
---
|
||
date_daily: 2024-06-13
|
||
achievement:
|
||
reading_book:
|
||
emotion:
|
||
important_date: false
|
||
tags:
|
||
- daily
|
||
---
|
||
|
||
❮ [[2024|2024년]] / [[2024-06|06월]] / [[2024-W24|24주]] ❯
|
||
❮❮ [[2024-06-12(수)]] | 2024-06-13(목) | [[2024-06-14(금)]] ❯❯
|
||
|
||
> [!quote] Silence is the true friend that never betrays.
|
||
> — Confucius
|
||
|
||
## 내일 기억할 일
|
||
-
|
||
## 오늘 기억할 일
|
||
-
|
||
|
||
## 아침
|
||
### 오늘의 확언
|
||
-
|
||
### 오늘의 목표
|
||
-
|
||
-
|
||
- [ ]
|
||
- [ ]
|
||
|
||
### 할 일 추가하기
|
||
- [ ]
|
||
|
||
## 오늘 끝내야 할 일
|
||
```tasks
|
||
due on or before 2024-06-13
|
||
filter by function task.file.folder.includes("10. Planner")
|
||
filter by function !task.file.folder.includes("templates")
|
||
not done
|
||
sort by priority
|
||
```
|
||
### 업무 할 일
|
||
```tasks
|
||
tag include #업무
|
||
not done
|
||
```
|
||
### 개인 할 일
|
||
```tasks
|
||
tag include #개인
|
||
not done
|
||
```
|
||
### 반복 할 일
|
||
```tasks
|
||
is recurring
|
||
not done
|
||
has tags
|
||
```
|
||
|
||
### 언젠가 할 일
|
||
```tasks
|
||
no due date
|
||
not done
|
||
description regex does not match /^$/
|
||
```
|
||
|
||
### 오늘 완료한 일
|
||
```tasks
|
||
done 2024-06-13
|
||
```
|
||
|
||
## 독서
|
||
- 읽은 책 :
|
||
- 읽은 페이지 :
|
||
|
||
## 운동
|
||
-
|
||
|
||
## 하루 마무리
|
||
### 오늘 배운 것들
|
||
-
|
||
-
|
||
### 오늘 감사한 일
|
||
>[!note]
|
||
>
|
||
### 일기
|
||
>[!note]
|
||
>
|
||
## 오늘 작성한 노트
|
||
```dataview
|
||
List FROM "" WHERE file.cday = date("2024-06-13") SORT file.ctime desc
|
||
```
|
||
|
||
## 오늘 수정한 노트
|
||
```dataview
|
||
List FROM "" WHERE file.mday = date("2024-06-13") SORT file.mtime desc
|
||
``` |