-
Notifications
You must be signed in to change notification settings - Fork 0
Feature: Import markdown to create slides #129
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgo:needs-researchNeeds investigationNeeds investigationgo:noNot pursuingNot pursuingsquadSquad triage inbox — Lead will assign to a memberSquad triage inbox — Lead will assign to a membersquad:copilotAssigned to @copilot (Coding Agent) for autonomous workAssigned to @copilot (Coding Agent) for autonomous worksquad:mccauleyAssigned to McCauley (Lead)Assigned to McCauley (Lead)type:featureNew capabilityNew capability
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgo:needs-researchNeeds investigationNeeds investigationgo:noNot pursuingNot pursuingsquadSquad triage inbox — Lead will assign to a memberSquad triage inbox — Lead will assign to a membersquad:copilotAssigned to @copilot (Coding Agent) for autonomous workAssigned to @copilot (Coding Agent) for autonomous worksquad:mccauleyAssigned to McCauley (Lead)Assigned to McCauley (Lead)type:featureNew capabilityNew capability
Add pptx_import_markdown tool to create slides from markdown content (reverse of pptx_export_markdown). Parse markdown headings as slide titles, bullet lists as content, tables as table shapes, code blocks as formatted text. Should support specifying a template/layout.
Business value: content pipeline (write in markdown, present in PowerPoint), round-trip editing.
Complexity: High — requires markdown parsing and mapping to OpenXML slide structure.