wordpress-export-to-markdown icon indicating copy to clipboard operation
wordpress-export-to-markdown copied to clipboard

Converts a WordPress export XML file into Markdown files.

Results 10 wordpress-export-to-markdown issues
Sort by recently updated
recently updated
newest added

Using the Wordpress export file, this now looks for enclosure key/values and sets in frontmatter for parsing.

In my articles, I often reference older articles through links. It would be nice if there was a way to have these links rewritten to point to the markdown file....

I use your (great!) script for transferring Wordpress content to Publish (see https://github.com/johnsundell/publish). A problem with that is that this script always double quotes the front matter. I changed writer.js...

Hi, First off, thanks for the AMAZING utility! One small thing I've noticed is that if there are drafts in the XML export and `prefixdate` is set as `true`, the...

Could you add support for downloading video files? the video files are include in 'wp:video' tag, something like: ``` ]]> ```

I have a multi-language web. Most of the pages have the same name. When I do the conversion to markdown, I get only one of the same-named pages. I would...

I've read through image related issues and changed the delay to 5s from 500ms. It'd be great if I could get a look at some sort of logs because I'm...

This PR changes how datetimes are encoded in frontmatter. In current version, they're encoded as strings (enclosed in quotes). After this change encodes datetimes to YAML timestamps (without quotes). ie....

Currently the tool doesn't convert footnotes, leading to the resulting Markdown files containing dead links in the form of `[1](#some-uuid)`, e.g. `[1](#3e391428-ca68-4c89-a186-9a42d835ef9a)` Expected result: Footnote and footnote references in Markdown...

I've used several Gists as shortcodes or blocks within my Wordpress site. Those don't seem to be rendering when I run the conversion. Here's my content block: But sometimes I...