Learn [[learn: __Namespace]]
π€ Content Generator
- target: [[#learn.content]]
- about: Why QMDC, Markdown to Graph, Human Text, Machine Structure, QMDC for Agents, QMD.md vs Quarto's QMD
- audience: newcomer
- sources_hash: 5c178d1ee949387a
Prompt [[learn_gen_prompt: text]]textContent Generator ContentGenerator 89%Guide McpResource 85%What Good QMD.md Looks Like NarrativeDoc 83%
Generate the landing/overview page for the Learn (explanation) section of the QMDC docs. It must orient a reader and give them a sensible reading order.
Query each about: object for its goal and audience fields (via qmdc query) and build the descriptions from those β do not invent them.
Structure the content as:
- A short intro (2β3 sentences): explanations give background and reasoning (DiΓ‘taxis sense) β what QMDC is, why it exists, how the pieces fit. They serve understanding, and can be read away from the keyboard.
- A brief "where to go" paragraph that routes the reader: need to do something specific? see the Guides; just getting started? work through the Tutorials first. Link those namespaces with QMD references.
- A section "## Reading path": a numbered list in this order β Why QMDC, Markdown to Graph, Human Text, Machine Structure, QMDC for Agents, QMD.md vs Quarto's QMD β each linked with its QMD reference and a one-line description from its
goal. - A final section "## At a glance" containing a single live table block: a fenced code block whose language is
table, with first linescope: alland asql:block runningSELECT __label as Topic, json_extract(data, '$.goal') as Goal FROM objects WHERE __namespace = 'learn' AND __kind = 'Explanation' ORDER BY __label.
Audience: newcomer β plain language, no jargon. Keep it concise and scannable.
The Learn section explains the ideas behind QMDC β what it is, why it exists, and how the pieces fit together. These pages are for understanding; read them away from the keyboard whenever you want the bigger picture.
If you need to accomplish something specific right now, jump to the Guides. If you're brand new, work through the Tutorials first and come back here when you want the "why" behind the steps.
Reading path
- Why QMDC β understand what problem QMDC solves and who it is for
- Markdown to Graph β see how plain Markdown headings and lists become a queryable graph
- Human Text, Machine Structure β understand QMDC's dual nature β readable docs and queryable data at once
- QMDC for Agents β understand how AI agents benefit from a queryable QMDC workspace
- QMD.md vs Quarto's QMD β understand how QMD.md differs from Quarto's QMD and why they don't compete
At a glance
| Topic | Goal |
|---|---|
| Human Text, Machine Structure | understand QMDC's dual nature β readable docs and queryable data at once |
| Markdown to Graph | see how plain Markdown headings and lists become a queryable graph |
| QMD.md vs Quarto's QMD | understand how QMD.md differs from Quarto's QMD and why they don't compete |
| QMDC for Agents | understand how AI agents benefit from a queryable QMDC workspace |
| Why QMDC | understand what problem QMDC solves and who it is for |