summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-05 10:18:05 +0200
committerDanilo M. <danix@danix.xyz>2026-05-05 10:18:05 +0200
commit0b192692a3108ca9def1f462aa5bb2489fa87690 (patch)
tree26eeb78e02e836a73969a7e7b7be44951742cc9f /TODO.md
parentc554c8cd4a2b603f4a97f50adf78bc82c5e74d9d (diff)
downloadpublisher-0b192692a3108ca9def1f462aa5bb2489fa87690.tar.gz
publisher-0b192692a3108ca9def1f462aa5bb2489fa87690.zip
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 <noreply@anthropic.com>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
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