Files
llm_wiki/Templates/读书笔记模板.md
hehaiguang1123 a6f05ab2d5 Phase 0-2: Schema cleanup, typed relations, event-driven automation
- Phase 0: AGENTS.md cleanup (dedup quotes, renumber sections, merge qmd)
- Phase 1: typed relations (manage-relations.py, graph-search.py, check-staleness.py, detect-conflicts.py)
- Phase 2: frontmatter validator, weekly lint, knowledge promotion, git hooks
- Fix .gitignore to track tools/ and .githooks/
- Fix git remote URL (remove plaintext token)
- New wiki pages: 504 pages, 34 raw sources
2026-07-01 08:05:43 +08:00

90 lines
1.3 KiB
Markdown

---
categories:
- "[[读书笔记]]"
tags:
- reading
- {主题1} # 如 strategy
- {主题2} # 如 cognition
created: {YYYY-MM-DD}
rating: {1-5}
author:
- {作者名}
via: ""
url: "{文章链接}"
---
> **一句话**:{20-50 字精炼总结核心观点}
---
来源:[{来源类型} {标题}]({链接})
# {文章/书籍标题}
> {来源说明,如:基于对话内容整理、摘录自某篇文章等}
## {章节标题1}
{章节内容}
> [!info] {Callout 标题}
>
> {关键观点 1}
> - 要点 1
> - 要点 2
## {章节标题2}
### 子章节 1
{内容}
### 子章节 2
> [!important] {Callout 标题}
>
> {核心原则}
## {章节标题3}
| 维度1 | 维度2 | 维度3 |
|-------|-------|-------|
| 内容1 | 内容2 | 内容3 |
> [!tip] {Callout 标题}
>
> {实践建议}
## {章节标题4}
1. **标题**
- 要点 1
- 要点 2
- 要点 3
> [!quote] {金句引用}
>
> {原文摘录}
## 总结
| 核心论点 | 关键表述 |
|----------|----------|
| 论点 1 | 表述 1 |
| 论点 2 | 表述 2 |
| 论点 3 | 表述 3 |
## 延伸阅读
### 相关主题
- [[概念1]] - {简短描述}
- [[概念2]] - {简短描述}
- [[概念3]] - {简短描述}
### 阅读建议
这篇笔记适合{阅读场景},建议配合以下实践:
1. {实践步骤 1}
2. {实践步骤 2}
3. {实践步骤 3}