This commit is contained in:
Júlio César Batista 2023-04-04 19:26:50 -03:00
parent 0f362c3024
commit 2976c9b0a2
No known key found for this signature in database
GPG key ID: 10C4B861BF314878

View file

@ -11,6 +11,10 @@ import (
// TODO: comments / references / assumptions
// TODO: update core files with metadata
// TODO: first slide title
// TODO: steps number title
// TODO: links?
// TODO: appendix?
type Presentation struct {
Slides []*Slide
@ -94,7 +98,6 @@ func (p *Presentation) SaveTo(filePath string) error {
return err
}
// TODO: center the image?
err = addFile(
zipFile,
fmt.Sprintf("ppt/slides/%s.xml", slideFileName),