From f1e2f8a241255f961d055f0b09e133ee1816b351 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 Dec 2024 09:50:17 +0200 Subject: use another random entry when the previous got deleted as user input --- internal/summary/summary.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/summary') 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 -- cgit v1.2.3