Initial migration from Todoist

This commit is contained in:
2026-01-26 21:29:03 +00:00
commit 9507ddf856
10 changed files with 195 additions and 0 deletions

31
README.md Normal file
View File

@@ -0,0 +1,31 @@
# 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/`