lonekorean / wordpress-export-to-markdown

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

Adds author to front matter #102

Closed tfantina closed 5 months ago

tfantina commented 6 months ago

This will likely need some configuration to enable it, I threw this together at work but if there is intrest I can add that.

lonekorean commented 5 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 author is available for use in v2.3.1.

Thank you!