eyeseast / python-frontmatter

Parse and manage posts with YAML (or other) frontmatter
http://python-frontmatter.rtfd.io
MIT License
333 stars 42 forks source link

Feature request: preserve order of YAML front matter when writing content back to file #117

Open jimmcslim opened 5 months ago

jimmcslim commented 5 months ago

It looks like the frontmatter is alphabetically sorted when it is written back out. It would be great if it could preserve the order of existing items, while adding new items to the end.