---
date_daily: <% tp.file.title.slice(0,10) %>
wakeup: 
sleep: 
reading_book: 
pills: false
workout: false
steps: 
daily_review: 
tags:
  - daily
---
<%*
    const currentMoment = moment(tp.file.title, "YYYY-MM-DD");
    tR += '❮ ';
	tR += '[[' + currentMoment.format('YYYY|YYYY년') + ']]' + ' / ';
	tR += '[[' + currentMoment.format('YYYY-MM|MM월') + ']]' + ' / ';
	tR += '[[' + currentMoment.format('gggg-[W]ww') + '|' + currentMoment.format('ww[주]') + ']]';
	tR += ' ❯';
	tR += '\n';
    tR += '❮❮ ';
    currentMoment.add(-1,'days');
    tR += '[[' + currentMoment.format('YYYY-MM-DD(ddd)') + ']]' + ' | ';
    currentMoment.add(1,'days');
    tR += currentMoment.format('YYYY-MM-DD(ddd)') + ' | ';
    currentMoment.add(1,'days');
    tR += '[[' + currentMoment.format('YYYY-MM-DD(ddd)') + ']]';
    currentMoment.add(-1,'days');
    tR += ' ❯❯';
%>
***
## 내일 기억할 일

-  

## 오늘 기억할 일

<%*
let yesterday = "20_Planner/21_Daily/" + tp.date.now("YYYY-MM-DD(ddd)", -1, tp.file.title, "YYYY-MM-DD(ddd)");
let section = "## 내일 기억할 일";
let should_include = false;
let sectionContent = "";

let yfile = tp.file.find_tfile(yesterday);
if(yfile) {
    const content = await app.vault.read(yfile);
    if(content.includes(section)) {
        let startIndex = content.indexOf(section) + section.length;
        let endIndex = content.indexOf('\n##', startIndex);
        endIndex = endIndex === -1 ? content.length : endIndex;
        sectionContent = content.substring(startIndex, endIndex).trim();
        should_include = sectionContent.length > 0;
    }
}

tR += should_include ? sectionContent : "없습니다😀";
%>

***
```gEvent
date: <% tp.file.title.slice(0,10) %>
timespan: 1
type: schedule
```
### 🐾 할 일 추가하기

- [ ] 

***
>[!bug]+ 오늘 끝내야 할 일
>```tasks
>due on or before <% tp.file.title.slice(0,10) %>
>filter by function task.file.folder.includes("20_Planner")
>filter by function !task.file.folder.includes("templates")
>not done
>hide edit button
>hide backlink
>hide task count
>hide due date
>sort by priority
>```

>[!multi-column]
>>[!help]- 업무 할 일
>>```tasks
>>tag include #업무
>>not done
>>hide edit button
>>hide due date
>>hide backlink
>>hide task count
>>```
>
>>[!help]- 개인 할 일
>>```tasks
>>tag include #개인 
>>not done
>>hide edit button
>>hide due date
>>hide backlink
>>hide task count
>>```

>[!info]- 구입 목 록
>```tasks
>tag include #buy
>not done
>hide edit button
>hide due date
>hide backlink
>hide task count
>```

>[!hint]- 언젠가 할 일
>```tasks
>no due date
>not done
>tag does not include #buy 
>description regex does not match /^$/
>path includes 20_Planner
>hide edit button
>hide backlink
>hide task count
>```

>[!done]- 오늘 완료한 일
>```tasks
>done <% tp.file.title.slice(0,10) %>
>hide backlink
>hide task count
>```

***
## 📒Memo

- 

***
## 🥩Meal
### B. 
### L. 
### D. 
### S. 
### Water 🥛🥛🥛🥛🥛
### Coffce ☕☕☕☕
***
