https://github.com/naavis/wp-blog-to-md
Utility to convert my Wordpress blog dump to Markdown
https://github.com/naavis/wp-blog-to-md
markdown wordpress xml
Last synced: about 2 months ago
JSON representation
Utility to convert my Wordpress blog dump to Markdown
- Host: GitHub
- URL: https://github.com/naavis/wp-blog-to-md
- Owner: naavis
- License: mit
- Created: 2019-04-06T14:54:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T12:56:33.000Z (about 7 years ago)
- Last Synced: 2025-06-01T03:07:13.859Z (about 1 year ago)
- Topics: markdown, wordpress, xml
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Wordpress to Markdown converter
One-off utility for converting my astronomy blog from Wordpress export format to
Markdown.
## How to use?
Place Wordpress export XML file in the following place with the following name:
`input/wordpress_dump.xml` and place all images from the media export to
`input/media/`. They should have subfolders such as `2018/11/`, `2019/03/` etc.
Then run:
```
npm install
npm start
```
The resulting files should appear in the `output` folder.
## Disclaimer
I in no way guarantee that this will work for anyone else. I do not intend to
use this again, now that I have my blog entries in Markdown format and can move
on.