summaryrefslogtreecommitdiff
path: root/internal/summary
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-29 09:50:17 +0200
committerPaul Buetow <paul@buetow.org>2024-12-29 09:50:17 +0200
commitf1e2f8a241255f961d055f0b09e133ee1816b351 (patch)
tree632a0a6828a500d1156a4bc66fef85d64f5e9ed6 /internal/summary
parent03ed103a69b6b6c2f822706e2d0f00759a4b448b (diff)
use another random entry when the previous got deleted as user input
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