Skip to content

Releases: MartinPacker/md2pptx

v5.2.2 Richer Checklist Items

31 Dec 15:43
Compare
Choose a tag to compare

This release allows for styled checklist items. It's a small change on the surface but a lot of under-the-covers restructuring had to happen.

v5.2.1 Coloured Checklist Items

23 Nov 14:01
Compare
Choose a tag to compare

You can optionally have checklist items ticks / crosses coloured green / red - as appropriate.

v5.2 Indented Checklists & Bullet Removal

18 Nov 14:30
Compare
Choose a tag to compare

Fixed symbol resolution in footers. Tweaked RunPython.ensureTextbox. Added RunPython.removeBullet, RunPython.removeBullets, and RunPython.removeSelectedBullets. Checklists can be indented.

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