Commit Graph

31 Commits

Author SHA1 Message Date
Will Boyd 65e5e755d0 Consistent arrow function syntax 2025-03-09 10:40:20 -04:00
Will Boyd 0232a59572 Better image scraping regex 2025-02-28 14:04:34 -05:00
Will Boyd 5aef591c3d Remove style contents, excessive line breaks 2025-02-24 16:53:43 -05:00
Will Boyd 94c93d045c Fix for awful markdown links with <div> 2025-02-23 16:18:40 -05:00
Will Boyd db5430117e Data fixes, fix for <img> with 2+ src attributes 2025-02-23 13:22:32 -05:00
Will Boyd cc09a41744 Refactor turndown service init 2025-02-10 16:06:04 -05:00
Will Boyd 42d0688654 Stuff for drafts, handling missing slugs and dates 2025-02-09 12:21:13 -05:00
Will Boyd f8d214c362 questions.load(), config refactor 2025-02-07 17:49:31 -05:00
Will Boyd 5f5ab6f2bd Fix incorrect config name to saveImages 2025-02-04 14:01:07 -05:00
Will Boyd 865795cf11 Fix malformed tables from causing error 2025-01-29 15:55:36 -05:00
Will Boyd 22d332a20f Convert to ES modules and related changes 2025-01-18 14:22:53 -05:00
leon dd993b626b Add webp support. Provide the option to disable strict SSL to facilitate local testing. 2024-02-29 13:00:48 -05:00
Will Boyd 1ad4e2dfdf Refactor for post data and frontmatter 2024-02-23 10:24:40 -05:00
Will Boyd 25efa40994 Generalized code block rule 2024-02-22 13:06:23 -05:00
Drikus Roor 7367370f34 Fix enlighter rule selector 2024-02-22 11:57:43 -05:00
Drikus Roor 57109198df Add support for enlighter code blocks 2024-02-22 11:57:27 -05:00
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 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 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 828230dedd Documentation and output for custom post types 2020-12-27 14:05:48 -05:00
Will Boyd 86d793071d Convert tables to markdown 2020-12-22 13:18:49 -05:00
Will Boyd 4c49e93da4 Added linting, minor code tweaks, removed getCommand() 2020-01-19 11:42:17 -05:00
Will Boyd 579b34bb41 All about that wizard 2020-01-12 09:03:32 -05:00
Will Boyd a7b1f4c634 Some console logs for stats 2019-12-19 13:17:43 -05:00
Will Boyd dad90796e2 Refactor image scraping/saving 2019-12-19 12:35:33 -05:00
Will Boyd b3bd05211e Trim everything 2019-12-18 16:36:43 -05:00
Will Boyd f4ae769f13 Split out code for writer and translator 2019-12-17 13:52:09 -05:00