lonekorean / wordpress-export-to-markdown

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

Split posts by category #56

Closed onurh closed 6 months ago

onurh commented 3 years ago

Is it possible to split posts by categories under folder?

onurh commented 3 years ago

I did sth on GetPostPath() function to split posts by first category of them. Its working for me now thanks for this great lib.

pathSegments.push(post.frontmatter.categories[0], slugFragment + '.md');

Screenshot at Jan 30 22-28-22

lonekorean commented 6 months ago

Hey nice, glad you found a workaround!