From 983a6f1330315cd4c218b63abb749afd815aae2c Mon Sep 17 00:00:00 2001 From: William Jacoby Date: Wed, 23 Sep 2026 17:55:33 -0500 Subject: [PATCH] Resolve TODO open question: template picker lives on the edit page Co-Authored-By: Claude Sonnet 5 --- docs/TODO.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index 90b27f6..aec59cd 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -13,7 +13,10 @@ when creating an article: `Overview`, `History`, `References` section headings) so new articles don't start from a truly empty box. -Not scoped further yet — open questions include whether templates should be -admin-configurable/extensible beyond these two, and whether template choice -belongs on the overview page's quick-create box or only on the edit form -itself. +The template picker lives on the edit page itself (not the overview page's +quick-create box, which still just takes you straight to a blank edit form +and lets you pick there). + +Not scoped further yet — open question: should templates be +admin-configurable/extensible beyond these two, or are "Blank" and "Generic" +enough?