Skip to content

Releases: MartinPacker/md2pptx

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.

v4.3.1 Clickable Card Graphics

13 Jan 16:40
Compare
Choose a tag to compare

Addresses Issue 151 - where graphics in cards weren't clickable. Also gives them optional tooltips and allows data: URLs. (The latter was actually a bugfix.)

v4.3 Card Slide Graphics

03 Jan 19:52
Compare
Choose a tag to compare

You can now add graphics to cards in card slides, perhaps replacing the card titles.

(Implements Issue 138 and then some.)

v4.2.1 True slide background images

28 Dec 11:58
Compare
Choose a tag to compare

I figured out the XML needed to inject a true slide background image. This is something python-pptx doesn't do.

v4.2 backgroundImage

27 Dec 16:40
Compare
Choose a tag to compare

Added backgroundImage - including dynamically. This allows for pseudo-backgrounds on slides, in front of any master's slide backgrounds.

Addresses Issue 147.

v4.1.2 <sub>/<sup> bug fixed. Likewise Card Slides bug

11 Jul 19:18
Compare
Choose a tag to compare

Two important crashers fixed. One recorded as Issue 142.

v4.1.1 NumbersFontSize And FooterFontSize

10 Jul 19:15
Compare
Choose a tag to compare

Addressing user request (Issue 141) by adding NumbersFontSize And FooterFontSize metadata items. These are nice tweaks to (pseudo) page numbers and (pseudo) footers.

Note: "pseudo" because we're not actually pushing text into the usual placeholders. This gives md2pptx a chance to do some fancy stuff - which it does.

v4.1 Enhancements To Funnel Diagrams And Card Slides

28 Apr 09:25
Compare
Choose a tag to compare

Funnels can be in different directions, or be pipes. Card titles can have coloured backgrounds. Some more HTML entity references are supported - around quotation marks of various sorts.

Addressing issues 135, 136, 137, 140.

v4.0 Funnel Diagrams

07 Apr 09:50
Compare
Choose a tag to compare

You can now create funnel diagrams. There is an example in the User Guide.