MartinPacker / md2pptx

Markdown To PowerPoint converter
MIT License
226 stars 36 forks source link

Make a card an object #150

Closed MartinPacker closed 10 months ago

MartinPacker commented 10 months ago

Today cards are arrays. It's OK to have a SlideInfo object have an array of cards but cards should have at very least the following attributes:

Obviously some of these wouldn't be filled in.

A good class name candidate would be CardInfo.

MartinPacker commented 10 months ago

Branch cardObjects created and prototype Card class created in card.py.

MartinPacker commented 10 months ago

Card class has attributes title. bullets, graphic right now.

MartinPacker commented 10 months ago

Completed - eliminating [c] coding. Will make future enhancements easier.

MartinPacker commented 10 months ago

Shipped in v4.3.1.