summaryrefslogtreecommitdiff
path: root/internal/summary
diff options
context:
space:
mode:
Diffstat (limited to 'internal/summary')
-rw-r--r--internal/summary/summary.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/summary/summary.go b/internal/summary/summary.go
index 8978d66..c94f73f 100644
--- a/internal/summary/summary.go
+++ b/internal/summary/summary.go
@@ -30,6 +30,8 @@ func Run(ctx context.Context, args config.Args) error {
return nil
}
+// TODO: One sub-header per month
+// TODO: Header should be a 80char summary. Use LLM to generate this?
func generateGemtext(entries []entry.Entry, title string) (string, error) {
var sb strings.Builder