secondbrain-note
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCreate Note
Create Note
Capture knowledge, ideas, and thoughts with tagging support.
捕捉知识、创意与想法,支持标签分类。
Prerequisites
前提条件
Verify Notes entity is enabled:
- Check for
.claude/data/notes/records.yaml - If not found, suggest enabling notes via or
secondbrain-initsecondbrain-entity
验证Notes实体已启用:
- 检查是否存在文件
.claude/data/notes/records.yaml - 若未找到,建议通过或
secondbrain-init启用笔记功能secondbrain-entity
Workflow
工作流程
Step 1: Gather Information
步骤1:收集信息
Collect from user or conversation context:
- Title — Brief, descriptive title
- Content — Main content (can be from conversation)
- Tags (optional) — Categorization tags
从用户或对话上下文收集以下内容:
- 标题 — 简洁、具有描述性的标题
- 内容 — 主要内容(可来自对话)
- 标签(可选) — 用于分类的标签
Step 2: Generate Note ID
步骤2:生成笔记ID
Date-based ID format:
YYYY-MM-DD-<title-slug>Example:
2026-01-15-kubernetes-deployment-patterns基于日期的ID格式:
YYYY-MM-DD-<title-slug>示例:
2026-01-15-kubernetes-deployment-patternsStep 3: Create Note Document
步骤3:创建笔记文档
Filename:
docs/notes/YYYY-MM-DD-<slug>.mdFrontmatter:
yaml
---
id: 2026-01-15-my-note
title: My Note Title
created: 2026-01-15
tags: [tag1, tag2]
status: active
---Content:
markdown
undefined文件名:
docs/notes/YYYY-MM-DD-<slug>.md前置元数据:
yaml
---
id: 2026-01-15-my-note
title: My Note Title
created: 2026-01-15
tags: [tag1, tag2]
status: active
---文档内容:
markdown
undefinedMy Note Title
My Note Title
Summary
摘要
Brief overview...
简要概述...
Content
正文
Main content here...
主要内容...
References
参考资料
- Links to related resources
- 相关资源链接
Related
关联内容
- Links to related notes, ADRs, etc.
undefined- 关联笔记、ADR等的链接
undefinedStep 4: Update Records
步骤4:更新记录
Add entry to :
.claude/data/notes/records.yamlyaml
- id: "2026-01-15-my-note"
title: "My Note Title"
created: 2026-01-15
file: docs/notes/2026-01-15-my-note.md
tags: [tag1, tag2]
status: active在中添加条目:
.claude/data/notes/records.yamlyaml
- id: "2026-01-15-my-note"
title: "My Note Title"
created: 2026-01-15
file: docs/notes/2026-01-15-my-note.md
tags: [tag1, tag2]
status: activeStep 5: Sidebar Note
步骤5:侧边栏说明
DO NOT manually add notes to VitePress sidebar.
Notes are automatically listed via the component on , which reads from . No sidebar modification needed.
EntityTabledocs/notes/index.md.claude/data/notes/records.yaml请勿手动将笔记添加到VitePress侧边栏。
笔记会通过页面上的组件自动列出,该组件读取中的内容,无需修改侧边栏。
docs/notes/index.mdEntityTable.claude/data/notes/records.yamlStep 6: Confirm Creation
步骤6:创建确认
undefinedundefinedNote Created
笔记已创建
ID: 2026-01-15-kubernetes-deployment-patterns
Title: Kubernetes Deployment Patterns
Tags: kubernetes, deployment, devops
File: docs/notes/2026-01-15-kubernetes-deployment-patterns.md
The note has been created and is ready for editing.
undefinedID: 2026-01-15-kubernetes-deployment-patterns
标题: Kubernetes Deployment Patterns
标签: kubernetes, deployment, devops
文件: docs/notes/2026-01-15-kubernetes-deployment-patterns.md
笔记已创建完成,可进行编辑。
undefinedTags
标签
Tags help organize notes for discovery. Common patterns:
| Category | Example Tags |
|---|---|
| Technology | |
| Domain | |
| Type | |
| Project | |
标签有助于整理笔记以便查找,常见分类模式:
| 分类 | 示例标签 |
|---|---|
| 技术领域 | |
| 业务领域 | |
| 笔记类型 | |
| 项目相关 | |
Status Values
状态值
- — Current, relevant note
active - — No longer current but preserved
archived
- — 当前有效的相关笔记
active - — 不再有效但需保留的笔记
archived
Additional Resources
额外资源
- — Detailed note templates and formatting patterns
references/note-formats.md
- — 详细的笔记模板与格式规范
references/note-formats.md
Tips
小贴士
- Be specific — Titles should indicate content at a glance
- Add context — Include why this is important, not just what
- Link liberally — Connect to related notes and external resources
- Tag consistently — Use established tags when possible
- Review periodically — Archive notes that are no longer relevant
- 具体明确 — 标题应能让人一眼了解内容
- 添加背景 — 不仅记录内容,还要说明其重要性
- 广泛链接 — 关联相关笔记与外部资源
- 标签一致 — 尽可能使用已有的标准标签
- 定期回顾 — 将不再相关的笔记归档