What problem does it solve?
It removes the manual effort of finding good widget opportunities inside a Quarto .qmd chapter and then integrating interactive widgets back into the document.
Core Features & Use Cases
- Widget opportunity analysis: Scans a .qmd for widget-worthy sections and returns prioritized specifications (Prozesse, Zusammenhänge, Parametervariationen).
- End-to-end widget creation: Builds the top 3 widgets, saves them into a consistent widgets/kapitel-XX/ structure, and prepares them for iframe embedding.
- Safe, precise integration into .qmd: Inserts canonical iframe wrappers using surgical replacements so the rest of the document remains unchanged.
- Two modes: FULL mode performs analysis + build + integrate; ANALYZE-ONLY mode produces the analysis report and stops.
Quick Start
Run widget-pipeline in FULL mode on the Quarto file chapter-kap-03-example.qmd to automatically analyze it, build the top 3 widgets, save them under widgets/kapitel-03/, and integrate the iframe embeds into the correct sections.