Skip to content

Releases: MartinPacker/md2pptx

v3.4 - Slide Transitions

16 Oct 20:49
Compare
Choose a tag to compare

Addressing Issue 126 you can create slide transition effects - both for all slides and for selected slides.

Only a few slide transition effects have been successfully created. More could be - if the demand arose. Register your interest in adding an effect by creating a GitHub issue.

v3.3.3 Hyperlinks In Headings Work

08 Oct 11:13
Compare
Choose a tag to compare

Fixed Issue 125 - allowing MultiMarkdown style heading IDs and also outbound links in headings to work.

v3.3.2 Fixed sectionsExpand:yes bug

06 Sep 08:18
Compare
Choose a tag to compare

Fixed Issue 124 and clarified sectionsExpand:yes characters.

v3.3.1 Better span class matching

03 Sep 09:26
Compare
Choose a tag to compare

If you used a span class - for foreground or background colour effects - with an upper case letter the match would fail.

Now the span class match is done in a case-insensitive way.

Also the Processing Summary slide's column pair limit is increased from 3 to 5.

v3.3 Expandable / Collapsable Sections

09 Aug 18:48
Compare
Choose a tag to compare

Implements the enhancement in Issue 122.

You can - optionally - make sections expandable and collapsable in the side bar of PowerPoint. Known not to work in Keynote and Libre Office - as they don't support the extension necessary to make this work.

v3.2.2 More footer customisation

10 Jun 16:12
Compare
Choose a tag to compare

Reworked slide footer customisation in support of Issue 120...

  • Adds presentation title and subtitle.
  • Allows multiline footers.
  • Allows individual line selection from presentation title, subtitle, and section title.

v3.2.1 presTitleSize and presSubtitleSize

08 Jun 16:44
Compare
Choose a tag to compare

Fixes Issue 121 - which is a minor enhancement.

v3.2 Custom Footers

22 May 13:26
Compare
Choose a tag to compare

Added custom footer support, addressing Issue 119.

v3.1 VBA Macro Invocation

27 Apr 08:30
Compare
Choose a tag to compare

Closes issues 116 and 117.

117 is a bug fix - for anyone using clickable graphics.

116 allows you to specify clicking on a text run or a picture can run a VBA macro - when in slide show mode. The VBA macro has to be present in the template presentation (which has to be .pptm not .pptx). Output is a .pptm - which can readily be converted to .pptx. You can't code VBA and have md2pptx embed it. This is probably a permanent restriction.

A sample VBA macro - which deletes the first slide - is included in the User Guide.

v3.0.1 Better error handling for web requests

15 Apr 20:46
Compare
Choose a tag to compare