diff --git a/lib/ppt/presentation.go b/lib/ppt/presentation.go index aee9e7b63..2f6cde1a1 100644 --- a/lib/ppt/presentation.go +++ b/lib/ppt/presentation.go @@ -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),