Skip to content

Releases: MartinPacker/md2pptx

v1.6.2 - Dynamic Metadata

01 Jan 13:12
Compare
Choose a tag to compare

Allow certain metadata to be specified at a slide level: CardPercent (new), PageTitleSize, and CompactTables. These allow fine tuning of a presentation - without the need to edit the PPTX file generated by md2pptx.

v1.6.1 Allow <a id=""></a> as internal link target

29 Dec 16:26
Compare
Choose a tag to compare

Allowing eg <a id="card-background-colour-cardcolour"></a> as an internal hyperlink target means links work consistently with GitHub's naming convention (if you use the right anchor id format).

v1.6 Card Slides and Case-insensitive Metadata

22 Dec 11:19
8101a8b
Compare
Choose a tag to compare
Merge pull request #41 from MartinPacker/refactorTextbox

1.6 Card Slides

v1.5 Clickable/hoverable pictures and text runs

07 Dec 21:26
Compare
Choose a tag to compare

In a slide show you can now click on a picture or a run of text to go to another slide - using Markdown heading references. And you can hover over a picture or run to make a tooltip appear.

(Also incorporates v1.4 - which didn't get released - which introduced live links between Tasks slides and the slide the task was coded on. Tasks are in Taskpaper format.)

v1.3 Live Hyperlinks for Glossary entries and Footnotes

20 Nov 10:23
Compare
Choose a tag to compare

In this release a function was added to enable tooltips and hyperlinks on text runs to slides in the same presentation. This has much promise.

For the user 1.3 brings two enhancements, based on this:

  • For Glossary entries - Tooltips and hyperlinks to the Glossary slides. (Use <abbr> HTML syntax.)
  • For Footnotes - hyperlinks to the Footnote slides. (Use [^...] Markdown syntax.)

v1.2 Images from URIs

03 Nov 10:10
0ef6b9f
Compare
Choose a tag to compare

Images can now be specified as URIs, including data: URIs.

Processing Summary Slide has been reworked as a flowed table - so more metadata can be fitted on it. It also looks nicer.

v1.1 Continuation enhancements. Misc fixes and minor tweaks

25 Oct 13:45
8bbcc6a
Compare
Choose a tag to compare
Merge pull request #33 from MartinPacker/continuation

Continuation enhancements

1.0

13 Oct 08:43
Compare
Choose a tag to compare
1.0

First public formal release.