lonekorean / wordpress-export-to-markdown

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

Add time to post date, add categories & tags #42

Closed stanlemon closed 3 years ago

stanlemon commented 4 years ago

This change offers three improvements:

Example:

---
title: "Episode 3 - Web Browsers, Word Processors, and Budgeting"
date: "2018-08-02T03:24:08.000Z"
categories: 
  - "finance"
  - "general"
tags: 
  - "budgeting"
  - "finance"
  - "firefox"
  - "netscape"
  - "office"
  - "web-browsers"
---
olehermanse commented 3 years ago

@lonekorean would be nice if you merged this, it works and is very useful.

lonekorean commented 3 years ago

Thanks Stan!