MartinPacker / md2pptx

Markdown To PowerPoint converter
MIT License
206 stars 31 forks source link

Allow a slide to be hidden #160

Closed MartinPacker closed 2 months ago

MartinPacker commented 2 months ago

Per this issue with python-pptx, allow slides to be programmatically hidden. "Hidden" here has the Powerpoint semantic for same.

Possible syntax:

<!-- md2pptx: hidden: yes  -->

This "dynamic metadata" would start hiding slides.

Similarly

<!-- md2pptx: hidden: no  -->

would end the hiding.

MartinPacker commented 2 months ago

Coded.

MartinPacker commented 2 months ago

Documented and shipped in v4.6.