From 0b192692a3108ca9def1f462aa5bb2489fa87690 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 5 May 2026 10:18:05 +0200 Subject: fix: use lowercase article types and restore selection in FrontmatterEditor ARTICLE_TYPES lowercased to match Hugo theme expectations. FrontmatterEditor now matches the existing frontmatter value case-insensitively so the correct type is selected rather than defaulting to the first item. Co-Authored-By: Claude Sonnet 4.6 --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index c888c8b..e38edf7 100644 --- a/TODO.md +++ b/TODO.md @@ -19,7 +19,7 @@ ## frontmatter ### taxonomies -- [ ] when modifying the frontmatter, the square brackets around the tags or categories lists are not maintained. +- [✅] when modifying the frontmatter, the square brackets around the tags or categories lists are not maintained. ### article types - [ ] the program should respect the article type already set in the frontmatter and don't default to "Life" if the article is set to something else. - [ ] the theme expects the article type to be lowercase. The program currently writes them as uppercase -- cgit v1.2.3