You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slidev export is now a real multi-format workflow, not a demo-only path: HTML, standalone HTML, PDF, PNG, and PPTX are verified through the same source-preparation and rendered-convergence pipeline.
PPTX export now prioritizes visible native editability: normal slide text, code text, and table-cell text are emitted as visible Office-native objects instead of transparent selectable overlays.
The reported PPTX page 17-29 occlusion issue is fixed: code-background rectangles and other native shapes are sorted below visible text, so the editable text remains visible in PowerPoint.
Major Upgrades
Added the Slidev export workflow with environment probing, local Slidev fork detection, full Slidev skill reference loading, source preparation, layout audit, and per-format output routing.
Added standalone HTML bundling with offline file:// support, relative asset handling, Vue component transformation fixes, and maintainer acceptance evidence.
Added editable PPTX export with visible native text boxes, rich text runs, Office font policy reporting, paragraph spacing, code text extraction, hyperlink relationships, and native DrawingML tables.
Added PPTX report contracts for editable text coverage, table-cell rich text coverage, fallback-only element kinds, font portability, transparent overlay detection, and rendered-HTML visual reference checks.
Added layout-quality gates for overflowing content, tables, code fences, slot layouts, Mermaid source preservation, and rendered deck geometry.
Fixes And Robustness
Fixed the layer ordering bug that allowed code-background rectangles to sit above visible text in complex PPTX slides.
Removed the transparent-text fallback from the default visible-native PPTX route; editable text is now the displayed text.
Fixed table-cell rich text preservation and reporting so native table output can be verified independently from suppressed overlay text boxes.
Fixed table-owned decoration diagnostics so inline table decoration is reported as table-owned residue instead of an unsupported table root.
Hardened Slidev export verification so real architecture.zh-CN.md acceptance checks the local Slidev fork, full skill reference count, rendered visual gate, Mermaid source preservation, PPTX editability, and generated artifact ignore status.
Tightened release workflow contracts around numeric tags, required release assets, bilingual release notes, and reusable release helper scripts.
Comparative Summary
Before: the Slidev export buttons could produce HTML-like artifacts, but the workflow did not consistently prove environment readiness, full skill usage, standalone behavior, or PPTX quality.
After: the export path reports the installed tools, local Slidev fork, full skill root, skill reference count, output files, and PPTX quality metrics from the real vault source.
Before: PPTX editability was partly misleading because transparent text could be selectable while visible text remained image-owned.
After: visible slide text and table-cell text are emitted as native editable Office text; Mermaid/SVG geometry remains explicitly fallback-owned instead of being over-claimed.
Before: native code backgrounds could be written after text in PPTX XML, which made pages 17-29 visually hide text behind background rectangles.
After: background images, native shapes, native tables, and native text are sorted into deterministic layers, and the real deck XML gate shows zero code-background rectangles after text on pages 17-29.