lonekorean / wordpress-export-to-markdown

Converts a WordPress export XML file into Markdown files.
MIT License
1.07k stars 216 forks source link

Custom fields? #79

Closed djmtype closed 5 months ago

djmtype commented 2 years ago

Why aren't custom fields exported as frontmatter? ACF seems to be exported as serialized data instead.

lonekorean commented 5 months ago

Generally speaking, default frontmatter fields are limited to avoid bloat. But frontmatter handling has been rearchitected to make it easier to add new opt-in frontmatter fields, so this may come with time.