lonekorean / wordpress-export-to-markdown

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

Add excerpt to frontmatter #31

Closed ekafyi closed 6 months ago

ekafyi commented 4 years ago

This PR adds the excerpt field to the frontmatter.

lonekorean commented 6 months ago

Frontmatter code was refactored. Frontmatter fields are now added via this example so they can be optionally included by editing frontmatter_fields in settings.js.

Because of this rewrite, I was unable to merge your PR directly, but I did cherry-pick your commit so you get contributor credit.

Frontmatter excerpt is available for use in v2.3.1.

Thank you!