https://github.com/dschau/wordpress-to-markdown
A Node utility to convert exported Wordpress XML to Markdown
https://github.com/dschau/wordpress-to-markdown
markdown typescript wordpress
Last synced: about 2 months ago
JSON representation
A Node utility to convert exported Wordpress XML to Markdown
- Host: GitHub
- URL: https://github.com/dschau/wordpress-to-markdown
- Owner: DSchau
- Created: 2017-12-28T15:08:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T20:03:37.000Z (over 7 years ago)
- Last Synced: 2025-01-11T20:16:23.725Z (over 1 year ago)
- Topics: markdown, typescript, wordpress
- Language: TypeScript
- Size: 1.79 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordpress-to-markdown
A Node utility to convert exported Wordpress XML to Markdown
## Usage
- Clone this repo
- Run `yarn` or `npm install` to install dependencies
- Export the XML file from wordpress, and overwrite `input/export.xml`.
- Run `yarn build` or `npm run build` which will run the script and export to `output`
## Notes
- This is fairly specific and tailored to a specific structure and Wordpress plugins; it's _highly_ possible tweaking will be required to get things _just_ right for your setup
- Treat this like a base to build upon and iterate, not a reference for a fully working out of the box experience