From 2976c9b0a2a7a0fc342ecd0cb4499f64dd52bf12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20C=C3=A9sar=20Batista?= Date: Tue, 4 Apr 2023 19:26:50 -0300 Subject: [PATCH] todos --- lib/ppt/presentation.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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),