# Template - Daily Note

Template_01. Daily Note.md

[Template_01. Daily Note.md](https://drive.google.com/file/d/1PVwKJX1WL5b1_SPOm0L5pRQkUw2G-fJN/view?usp=sharing)

### 주의사항

- Templater Plugin을 설치하고 함께 사용해주세요.

- 위의 파일을 다운받으신 후 사용하시는 Template 폴더에 이동 후 적용하시면 됩니다.

- author 부분을 여러분의 이름으로 변경하시어 사용해주세요.

- 저는 데일리 노트가 "00. Inbox/01. Daily Notes" 이 폴더에 들어가게 설정했습니다. 동일한 설정이 아니라면 아래의 템플릿에서 폴더 경로를 바꿔주세요.

```javascript
---
created: <% tp.file.creation_date() %>
aliases: 
tags:
  - DailyNote
author:
  - "[[구요한]]"
source: 
type:
  - note
index:
  - "[[🏷 Daily Notes]]"
CMDS:
---
# <% tp.file.title %>
## [[<% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %> |◀︎]] <% tp.file.title %> [[<% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %> |▶︎]]
---
## Summary
#### Highlight
- 
#### Gratitude
- 
## Schedule
#### Event
- 
#### To Do
#todo 
- [ ] 
#### Daily Quote
<% tp.web.daily_quote() %>
## Note-taking
#### Created Today
```dataview
list
from ""
where file.cday = date({{title}}) AND !contains(file.folder, "00. Inbox/01. Daily Notes")
```
#### Modified Today
```dataview
list
from ""
where file.mday = date({{title}}) AND !contains(file.folder, "00. Inbox/01. Daily Notes") AND file.cday != date({{title}})
```
## Log
- 

--- 
# Reference
- 
```

### 참고 이미지

![템플릿이 적용된 노트 화면](https://upload.cafenono.com/image/slashpagePost/20250117/222154_yfd2nVtTipEcUMYlND?q=80&s=1280x180&t=outside&f=webp)

![템플릿 파일 예시](https://upload.cafenono.com/image/slashpagePost/20250117/220543_MxhW5UrAnWZqlJNMMk?q=80&s=1280x180&t=outside&f=webp)

For the site tree, see the [root Markdown](https://slashpage.com/cmds-class.md).
