Initial migration from Todoist
This commit is contained in:
31
README.md
Normal file
31
README.md
Normal 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/`
|
||||
Reference in New Issue
Block a user