Migrate Markdown-Notes: projects, meetings, reference, personal

This commit is contained in:
2026-01-26 22:05:01 +00:00
parent 9507ddf856
commit 49025b3586
93 changed files with 3422 additions and 11 deletions

View File

@@ -1,19 +1,33 @@
# Notes
Personal notes, todos, and ideas. Managed by Hammer.
Personal notes, todos, and knowledge base. 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
```
notes/
├── inbox.md # Quick capture
├── tasks/ # Action items
│ ├── development.md # nKode dev tasks
│ ├── devops.md # Infrastructure
│ ├── documentation.md # Content ideas
│ ├── ideas.md # Business/craft ideas
│ ├── learning.md # Things to learn
│ ├── personal-tasks.md # Personal todos
│ └── wishlist.md # Things to buy
├── projects/ # Active projects
│ ├── arcanum/ # NSF, DARPA docs
│ ├── nkode/ # nKode-specific notes
│ └── smartdoserx/ # SmartDoseRX project
├── meetings/ # Meeting notes
├── drafts/ # Email drafts
├── reference/ # Technical docs
│ ├── server-setup/ # VPS, Coolify, etc.
│ ├── security/ # HTB, pentesting
│ └── links.md # Useful links
├── personal/ # Personal notes
└── archive/ # Old/completed
```
## Task Format