25 lines
701 B
Markdown
25 lines
701 B
Markdown
# Note Standards & Frontmatter
|
|
|
|
## Required Frontmatter
|
|
```yaml
|
|
---
|
|
created: YYYY-MM-DD
|
|
modified: YYYY-MM-DD
|
|
tags: [specific, tags]
|
|
status: draft|active|complete|archived
|
|
---
|
|
```
|
|
|
|
## File Naming
|
|
- **Daily notes**: YYYY-MM-DD.md (e.g., 2026-01-08.md)
|
|
- **Project notes**: Clear, descriptive names with context
|
|
- **Resource notes**: Topic-based naming
|
|
- **Avoid**: Special characters except hyphens and underscores
|
|
|
|
## Note Types
|
|
- **Atomic Notes**: Single concept, highly linkable
|
|
- **MOCs**: Topic hubs with curated links
|
|
- **Daily Notes**: Journal entries, meeting notes, quick captures
|
|
- **Project Notes**: Actionable items with clear outcomes
|
|
- **Evergreen Notes**: Permanent, well-developed ideas
|