Releases: lonekorean/wordpress-export-to-markdown
Releases · lonekorean/wordpress-export-to-markdown
v3.0.4
- Clean up unnecessary query strings on images in markdown when images are downloaded
Full Changelog: v3.0.3...v3.0.4
v3.0.3
- Fix bug that prevents saving images with a query string (@kbigdelysh)
Full Changelog: v3.0.2...v3.0.3
v3.0.2
- Reimplemented fix for
<div>
inside<a>
- Edge case fix to keep a little whitespace when
<figure>
is removed
Full Changelog: v3.0.1...v3.0.2
v3.0.1
- Fix issue with links being lost
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Breaking changes
- Many wizard questions and their command line arguments have been renamed or combined and accept different values
- Deprecated command line argument aliases were removed
- Frontmatter
id
is now unquoted - Frontmatter
date
is now unquoted (use--quote-date=true
to undo) - All post types (post, page, custom) are now always parsed, with normal posts always saved into a
/post
folder
Features notes
- Wizard has an updated look and has been streamlined to ask fewer questions (from 9 down to 5)
- Wizard questions affecting file paths now show an example of what the file paths will look like
- Drafts are now saved
- All advanced settings are now configurable via the command line
- Added support for Squarespace export files
- Parsing error messages have been greatly improved, making it easier to pinpoint any problems in an export file
- Parser will now scrape any image type out of
<img>
tags
Bug Fixes
- Malformed
<table>
tags no longer cause a crash - Several date handling issues were addressed
- Breaking out of the wizard (ctrl + c) is handled more gracefully
- Double quotes around file/folder paths are now treated correctly
Developer Notes
- So much refactoring
- Converted to ES modules
- Removed some dependencies, updated the rest
- Script now runs via
node app
Full Changelog: v2.4.2...v3.0.0
v2.4.2
- Update various dependency versions
- Update node requirement to v18.0.0
- Fix lint errors
Full Changelog: v2.4.0...v2.4.2
v2.4.0
- Removes deprecated
request
andrequest-promise-native
deps - Fixes downstream deprecation warnings thrown by node v22
Full Changelog: v2.3.7...v2.4.0
v2.3.7
- Fix for malformed image URLs crashing the script
Full Changelog: v2.3.6...v2.3.7
v2.3.6
- Added support for downloading and saving
.webp
images - Added advanced setting to disable strict SSL for working with self-signed servers
Full Changelog: v2.3.5...v2.3.6
v2.3.5
- Updated README
Full Changelog: v2.3.4...v2.3.5