Commit Graph

138 Commits

Author SHA1 Message Date
Russell Bryant de842e51d9 Convert preformatted blocks
My wordpress blog had a lot of <pre> sections. The conversion to
markdown ignored those. This change did what I wanted, which was to
turn all of these into markdown code blocks. In my case, there was no
language set on any of my sections to carry over into markdown, so
that isn't handled at all.
2024-02-22 11:55:12 -05:00
Will Boyd 6c8e0c8b21 2.2.5 2024-02-22 08:13:07 -05:00
Will Boyd 2ce3572eaf Update xml2js 2024-02-22 08:11:37 -05:00
Will Boyd e63e338743 Merge pull request #107 from lonekorean/keep-figure-figcaption
Preserve <figure> and <figcaption>
2024-02-22 08:06:29 -05:00
Will Boyd 53523321ed Only preserve <figure> when contains <figcaption> 2024-02-21 17:38:28 -05:00
Will Boyd b1625f7700 Double newlines between all the things 2024-02-21 15:24:07 -05:00
Will Boyd 06ee39c545 preserve <figure> and <figcaption> 2024-02-21 14:24:40 -05:00
Will Boyd bcc0c5ce3e Remove iframe non-empty hack (fixed in turndown) 2024-02-21 13:33:16 -05:00
Will Boyd 9cbda10d15 2.2.4 2024-02-21 12:26:37 -05:00
Will Boyd f3fba61690 Merge pull request #105 from lonekorean/more-separator
Preserve more separator HTML comment
2024-02-21 12:23:38 -05:00
Will Boyd 6fcdb82b90 get in there, semicolon 2024-02-21 10:31:26 -05:00
Will Boyd 8c0c6b3f2a Preserve more separator HTML comment 2024-02-21 10:20:57 -05:00
Will Boyd 062599d92d 2.2.3 2024-02-20 13:24:13 -05:00
Will Boyd 58a23a3f36 Update luxon 2024-02-20 13:16:19 -05:00
Will Boyd f4abcf0ea7 Refresh package-lock.json 2024-02-20 13:07:46 -05:00
Will Boyd 2f07b54143 Merge pull request #67 from fharper/fharper/date
fix date conversion (fix #66)
2024-02-20 10:08:55 -05:00
Frédéric Harper 3f41e6d52a fix date conversion (fix #66) 2021-05-19 18:10:17 -04:00
Will Boyd 5149472fcc 2.2.2 2021-02-28 13:03:19 -05:00
Will Boyd 7549067b0b Fix bug where image scraping doesn't include other post types 2021-02-28 13:02:40 -05:00
Will Boyd c2bebe594a 2.2.1 2021-01-24 13:18:20 -05:00
Will Boyd 874a6fb200 Add tip to readme 2021-01-24 12:48:50 -05:00
Will Boyd 51e8211e1f Node version check 2021-01-24 12:39:43 -05:00
Will Boyd acd2c21230 Merge pull request #53 from lonekorean/multiple-post-types
2.2.0
2020-12-30 15:47:22 -05:00
Will Boyd 183aef97eb 2.2.0 2020-12-30 15:45:21 -05:00
Will Boyd e8eca9b69c Merge pull request #52 from lonekorean/multiple-post-types
Multiple post types
2020-12-30 15:44:05 -05:00
Will Boyd 7e54dc43f6 a word 2020-12-30 15:43:19 -05:00
Will Boyd 56bbc4f16b Adjust encoding/decoding 2020-12-29 16:41:38 -05:00
Will Boyd f879a2e3fb Also decode attached image URLs 2020-12-28 14:50:39 -05:00
Will Boyd 828230dedd Documentation and output for custom post types 2020-12-27 14:05:48 -05:00
Will Boyd d6ef25b764 Upgrade turndown 2020-12-27 14:04:50 -05:00
Will Boyd 108dafd100 Add as a wizard question, automatically gather post types 2020-12-26 16:27:16 -05:00
Will Boyd 2e9550f14a New setting for post types 2020-12-26 13:18:49 -05:00
Will Boyd 0f69e8cf46 2.1.1 2020-12-23 13:37:53 -05:00
Will Boyd ebbb275d32 Fix various encoding/decoding issues 2020-12-23 13:36:58 -05:00
Will Boyd 9ce92280f9 Merge pull request #41 from stevermeister/decodeuri
decodeURI
2020-12-23 08:04:45 -05:00
Will Boyd ead0227112 2.1.0 2020-12-22 14:05:43 -05:00
Will Boyd 86d793071d Convert tables to markdown 2020-12-22 13:18:49 -05:00
Will Boyd f27afacc7f Mention advanced settings in readme 2020-12-22 10:43:14 -05:00
Will Boyd 9799ce5929 Filterting for categories, omit empty lists in frontmatter 2020-12-22 10:28:45 -05:00
Will Boyd 9e6d38adc9 Advanced settings for date and time formatting 2020-12-22 10:21:44 -05:00
Will Boyd 7fea897840 Merge pull request #42 from stanlemon/date-categories-tags
Add time to post date, add categories & tags
2020-12-22 10:17:34 -05:00
Will Boyd 4d19af287b 2.0.6 2020-12-20 14:06:55 -05:00
Will Boyd 508a7e0781 Minor whitespace edit 2020-12-20 14:05:55 -05:00
Will Boyd 0a6d2d3dd8 Merge pull request #34 from rl-king/user-agent
Add User-Agent to image request to prevent 403 response status
2020-12-20 14:04:24 -05:00
Will Boyd efebc942ad 2.0.5 2020-12-20 13:33:01 -05:00
Will Boyd 8280a6015a Fix issue where images sometimes not set as cover image 2020-12-20 13:30:44 -05:00
Will Boyd e4c130026a Regenerate lock file to fix dep vuln 2020-12-20 13:29:07 -05:00
Stan Lemon 0487bd7e0c Make tags and categories arrays 2020-06-28 11:21:04 -04:00
Stan Lemon b7aef9302b Add time to post date, add categories & tags 2020-06-23 22:25:12 -04:00
Stepan Suvorov e17ad66c1f decodeURI 2020-06-08 20:08:44 +02:00