Skip to content

Releases: lonekorean/wordpress-export-to-markdown

v3.0.4

26 Apr 17:16
Compare
Choose a tag to compare
  • Clean up unnecessary query strings on images in markdown when images are downloaded

Full Changelog: v3.0.3...v3.0.4

v3.0.3

16 Apr 21:15
Compare
Choose a tag to compare
  • Fix bug that prevents saving images with a query string (@kbigdelysh)

Full Changelog: v3.0.2...v3.0.3

v3.0.2

02 Apr 14:16
Compare
Choose a tag to compare
  • 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

01 Apr 20:36
Compare
Choose a tag to compare
  • Fix issue with links being lost

Full Changelog: v3.0.0...v3.0.1

v3.0.0

18 Mar 18:59
Compare
Choose a tag to compare

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

16 Jan 18:15
Compare
Choose a tag to compare
  • 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

22 May 13:21
Compare
Choose a tag to compare
  • Removes deprecated request and request-promise-native deps
  • Fixes downstream deprecation warnings thrown by node v22

Full Changelog: v2.3.7...v2.4.0

v2.3.7

01 Mar 17:58
Compare
Choose a tag to compare
  • Fix for malformed image URLs crashing the script

Full Changelog: v2.3.6...v2.3.7

v2.3.6

29 Feb 19:54
Compare
Choose a tag to compare
  • 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

28 Feb 19:10
Compare
Choose a tag to compare
  • Updated README

Full Changelog: v2.3.4...v2.3.5