# 독서노트 템플릿 v2

```javascript
---
tags: 독서노트
title: <% tp.title %>
author: 
date: <% tp.date.now("YYYY-MM-DD") %>
status: 읽는 중 / 완료
---

## 📖 Book Information
- **책 제목:** <% tp.title %>
- **저자:** 
- **출판일:** 
- **장르:** 
- **읽기 시작한 날짜:** <% tp.date.now("YYYY-MM-DD") %>
- **읽기 완료한 날짜:** 

## 📑 Summary
- 책의 요약:

## 📝 Notes
- **주요 내용 및 인상 깊은 부분:**
  - 
  - 
  - 
- **기억에 남는 인용문:**
  - 
  - 
  - 
- **나의 생각 및 느낌:**
  - 
  - 
  - 

## 💡 Key Takeaways
- 
- 
- 

## 📋 To-Do
- 
- 

## 🗂 Related Topics
- 
- 
- 

## 📅 Reading Log
```dataview
table date as "날짜", chapter as "챕터", notes as "메모"
from "독서노트"
where contains(file.name, "<% tp.title %>")

```

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