Skip to content

Releases: MartinPacker/md2pptx

v5.1 Checklist Slides

26 Aug 16:06
Compare
Choose a tag to compare

One minor bugfix plus the ability to create checklist slides from CSV files.

This might require a very short snippet of Python but an example is given and it means you can update slides by editing a CSV file and re-building your presentation.

v5.0.2 More Helper Routines + UTF-8 On Input

26 Jul 17:26
Compare
Choose a tag to compare

Addresses Issue 161 - and probably fixes it for good.

Also more helper routines - RunPython.filterRows and RunPython.transposeArray.

Also added columns parameter to RunPython.makeChartData.

v5.0.1 More RunPython Helper Routines

14 Jul 16:06
Compare
Choose a tag to compare

The RunPython capability adds two new functions: RunPython.alignTableCellText and RunPython.makeDrawnShape.

These are both capabilities that Markdown has no expression for - but are useful as "flat file presentation" capabilities.

v5.0 run-python

07 Jul 16:21
Compare
Choose a tag to compare

In this release you can embed inline python code which will be run when it is encountered. This allows things like graph creation and table manipulation.

v4.6.1 Fix breakage to hidden

01 Jul 14:20
Compare
Choose a tag to compare

hidden didn't work if you hadn't explicitly coded it.

v4.6 Slide Hiding In Slideshows

30 Jun 15:53
Compare
Choose a tag to compare

This release adds the capability to programmatically hide slides in a Powerpoint slide show.

Addresses issue 159 and 160.

v4.5 Font Size In Span Elements

16 Jun 15:31
Compare
Choose a tag to compare

v4.4 Python 3.12 and 3.13 Alphas Support

06 May 16:15
Compare
Choose a tag to compare

Supports Python up to 3.12 and 3.13. In the latter case Alphas 5 and 6 have been tested against.

Addresses Issue 156.

v4.3.3 Card Audio

20 Jan 17:01
Compare
Choose a tag to compare

Added support for cards to have an audio file on them. Also supporting the poster attribute for <audio> and <video> elements on cards.

Completes fulfilment of Issue 152.

v4.3.2 Card Video Support

17 Jan 20:31
Compare
Choose a tag to compare

Partially fulfils Issue 152. You can add a video to a card in card slides.

Card slides are where you have a number of cards with a title and content on them - arranged horizontally or vertically. Title is optional, content is a tree of list items. Graphics and now videos are supported.