Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental markdown.marp.pptx.editable option #489

Merged
merged 7 commits into from
Jan 23, 2025

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jan 16, 2025

Marp CLI v4.1.0 has implemented an experimental --pptx-editable option, to export the editable PowerPoint document. This PR adds an experimental markdown.marp.pptx.editable setting for an ability to output editable PPTX when exporting slides into PPTX.

  • off (default): Always export non-editable PPTX. It has full visual reproducibillity and presenter note support.
  • on: Always export editable PPTX. Please note that the editable PPTX may fail to convert or be generated with an incomplete layout depending on the slide content.
  • smart: Try to export editable PPTX first, and fallback to non-editable PPTX if failed. This option is a specific value to Marp for VS Code extension.

Important

It is required installing both of the supported browser and LibreOffice Impress to export editable PowerPoint document.

@yhatt yhatt marked this pull request as ready for review January 23, 2025 13:25
@yhatt yhatt merged commit d1e8538 into main Jan 23, 2025
1 check passed
@yhatt yhatt deleted the experimental-pptx-editable-option branch January 23, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant