Releases: MartinPacker/md2pptx
v1.6.2 - Dynamic Metadata
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
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
Merge pull request #41 from MartinPacker/refactorTextbox 1.6 Card Slides
v1.5 Clickable/hoverable pictures and text runs
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
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
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
Merge pull request #33 from MartinPacker/continuation Continuation enhancements
1.0
First public formal release.