]> danix's work - publisher.git/commit
fix: preserve article body when saving frontmatter
authorDanilo M. <redacted>
Sun, 3 May 2026 14:14:09 +0000 (16:14 +0200)
committerDanilo M. <redacted>
Sun, 3 May 2026 14:14:09 +0000 (16:14 +0200)
commitfb2aa9b6520eebba00f8da88a37ce5723a5c887f
treeb9533c61992ced8fce6b4d87ca50b939a3b05114
parent2319a6bf3c32407d387c45a522f20e23b7ba885f
fix: preserve article body when saving frontmatter

FrontmatterEditor._save was passing empty string as body to
write_frontmatter, erasing all content below the +++ delimiter.
Now reads body via parse_frontmatter before writing back.

Co-Authored-By: Claude Sonnet 4.6 <redacted>
ui/frontmatter_editor.py