88 lines
1.5 KiB
Markdown
88 lines
1.5 KiB
Markdown
---
|
||
date_daily: 2024-05-14
|
||
achievement: 성취한것
|
||
reading_book: 테스트3
|
||
emotion: 오늘감정
|
||
important_date: true
|
||
tags:
|
||
- daily
|
||
daily_review: 오늘하루는
|
||
exercise: true
|
||
reading_page: "50"
|
||
---
|
||
|
||
❮ [[2024|2024년]] / [[2024-05|05월]] / [[2024-W20|20주]] ❯
|
||
❮❮ [[2024-05-13(월)]] | 2024-05-14(화) | [[2024-05-15(수)]] ❯❯
|
||
|
||
> [!quote] It's easier to resist at the beginning than at the end.
|
||
> — Leonardo da Vinci
|
||
|
||
## 내일 기억할 일
|
||
-
|
||
## 오늘 기억할 일
|
||
없습니다😀
|
||
## 아침
|
||
### 오늘의 확언
|
||
-
|
||
### 오늘의 목표
|
||
-
|
||
-
|
||
- [ ]
|
||
- [ ]
|
||
### 할 일 추가하기
|
||
- [ ]
|
||
## 오늘 끝내야 할 일
|
||
```tasks
|
||
due on or before 2024-05-14
|
||
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 #업무
|
||
```
|
||
### 개인 할 일
|
||
```tasks
|
||
tag include #업무
|
||
```
|
||
### 반복 할 일
|
||
```tasks
|
||
is recurring
|
||
not done
|
||
has tags
|
||
```
|
||
### 언젠가 할 일
|
||
```tasks
|
||
no due date
|
||
not done
|
||
description regex does not match /^$/
|
||
```
|
||
### 오늘 완료한 일
|
||
```tasks
|
||
done 2024-05-14
|
||
```
|
||
## 독서
|
||
- 읽은 책 :
|
||
- 읽은 페이지 :
|
||
## 운동
|
||
-
|
||
## 하루 마무리
|
||
### 오늘 배운 것들
|
||
-
|
||
-
|
||
### 오늘 감사한 일
|
||
>[!note]
|
||
>^summary
|
||
### 일기
|
||
>[!note]
|
||
>
|
||
## 오늘 작성한 노트
|
||
```dataview
|
||
List FROM "" WHERE file.cday = date("2024-05-23") SORT file.ctime desc
|
||
```
|
||
## 오늘 수정한 노트
|
||
```dataview
|
||
List FROM "" WHERE file.mday = date("2024-05-23") SORT file.mtime desc
|
||
``` |