yoshuawuyts/components

[component] powermark — PowerPoint .pptx ↔ Markdown

Open

#12 aperta il 1 mag 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (1 fork)github user discovery
good first issue

Metriche repository

Star
 (1 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Goal

Component to extract outlines/content from PowerPoint .pptx files and convert to Markdown (slides, speaker notes, metadata).

Scope/Features

  • Parse PPTX bytes (OpenXML format)
  • Output slide order, text, notes, and metadata as Markdown
  • Optionally: outline-to-slides (MD→PPTX)

Rough WIT shape

  • extract(input: list<u8>) -> result<string, error>
  • render(md: string) -> result<list<u8>, error> (optional)

Candidate crates

Labels

  • good first issue

Guida contributor