Files
notes/README.md
2026-01-26 21:29:03 +00:00

32 lines
798 B
Markdown

# Notes
Personal notes, todos, and ideas. Managed by Hammer.
## Structure
- `inbox.md` — Quick capture, unsorted
- `development.md` — nKode development tasks
- `documentation.md` — Content and docs ideas
- `devops.md` — Infrastructure and ops
- `personal.md` — Personal tasks
- `learning.md` — Things to learn
- `ideas.md` — Business and craft ideas
- `wishlist.md` — Things to buy
- `reference.md` — Good to know, links, tutorials
- `archive/` — Completed items
## Task Format
```markdown
- [ ] Task description
- [ ] Task with due date @due(2026-10-08)
- [ ] Task with [reference link](url)
- [x] Completed task
```
## Workflow
1. Capture quick thoughts in `inbox.md`
2. Move to appropriate file when processing
3. Mark done with `[x]`, periodically move to `archive/`