Migrate Markdown-Notes: projects, meetings, reference, personal
This commit is contained in:
36
README.md
36
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user