Commit Graph

119 Commits

Author SHA1 Message Date
Will Boyd f6197d1d70 First list and integer questions, spaces to tabs 2025-02-01 08:27:58 -05:00
Will Boyd cf338813f1 Move output from settings to questions 2025-01-31 13:11:07 -05:00
Will Boyd 865795cf11 Fix malformed tables from causing error 2025-01-29 15:55:36 -05:00
Will Boyd fbd36cf3a2 Semicolon kinda life 2025-01-28 16:56:37 -05:00
Will Boyd 896eaadb4f Have writer use shared.buildPostPath() 2025-01-28 16:54:27 -05:00
Will Boyd afc22e7ba5 Rename wizard.js to intake.js 2025-01-28 16:38:29 -05:00
Will Boyd 1877e43611 buildSamplePostPath() 2025-01-28 08:14:15 -05:00
Will Boyd 8d4e7a03fc Show example paths during wizard 2025-01-27 17:12:17 -05:00
Will Boyd 91073742fa Fix undefined answer bug, start on example path 2025-01-27 14:57:04 -05:00
Will Boyd fad9d97488 Some wizard comments and renamed variables 2025-01-27 14:11:31 -05:00
Will Boyd 80eb589d4b Rename wizard/questions things 2025-01-27 12:59:21 -05:00
Will Boyd d68c3feaff Clean up console logs 2025-01-27 09:33:42 -05:00
Will Boyd a61e2be9e3 Move options out, refactor getConfig() 2025-01-27 09:30:28 -05:00
Will Boyd 19c65b21e4 Common normalize logic 2025-01-27 08:42:08 -05:00
Will Boyd 7cd5722195 Throw Error instead of string 2025-01-27 08:37:37 -05:00
Will Boyd 07fbdc31e7 Option validation and edge cases 2025-01-26 19:22:59 -05:00
Will Boyd 8841c607e7 Separate normalizers out, fix config flag checks 2025-01-25 16:23:45 -05:00
Will Boyd 6a6e5074f0 Fixed validation/normalization for wizard 2025-01-25 13:46:47 -05:00
Will Boyd 1f890b4079 Just a whole lot of stuff in progress 2025-01-25 10:27:24 -05:00
Will Boyd 3f4b244935 Update inquirer and fix code 2025-01-21 10:32:28 -05:00
Will Boyd bafe869221 Remove output option 2025-01-20 16:28:36 -05:00
Will Boyd 2add380406 Remove include-other-types option 2025-01-20 16:09:27 -05:00
Will Boyd ed9aad04e2 Remove aliases 2025-01-20 15:30:19 -05:00
Will Boyd efd1423bde Update documentation for frontmatter.js change 2025-01-20 11:56:58 -05:00
Will Boyd c6a6c1e1cc Sort imports, delete old frontmatter getters 2025-01-20 11:49:26 -05:00
Will Boyd 22d332a20f Convert to ES modules and related changes 2025-01-18 14:22:53 -05:00
Will Boyd c94ec8bb81 Fix linting errors 2025-01-16 10:08:09 -05:00
Will Boyd de420fa8dd Update deps, changes for commander opts 2025-01-16 08:52:58 -05:00
Will Boyd 3bcec3a023 cleanup 2024-05-22 09:11:01 -04:00
Will Boyd 9b2d7a698f Switching from request to axios 2024-05-21 10:27:21 -04:00
Will Boyd 47df034ba0 Catch URIError 2024-03-01 12:54:27 -05:00
Will Boyd d579d2604e Refactor from wizard option to advanced setting 2024-02-29 14:39:13 -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 f1b29c1d08 Add check for attachment.attachment_url 2024-02-27 11:30:17 -05:00
Will Boyd 5cf451ecf0 Remove extra newline 2024-02-27 08:45:07 -05:00
Will Boyd c3f189ab96 Need post.date instead of just post 2024-02-27 08:43:27 -05:00
Will Boyd 2135f260c9 Small tweaks, comments 2024-02-27 08:27:52 -05:00
Will Boyd dce423ac16 merge master and move code as needed 2024-02-27 08:13:37 -05:00
Will Boyd 3e2c6d956e Minor code style 2024-02-26 14:33:43 -05:00
Will Boyd 0c2fe7eb54 Comment clarification 2024-02-26 14:28:48 -05:00
Will Boyd 268e69abdd Frontmatter getter for type 2024-02-26 14:22:40 -05:00
Will Boyd da11ff0a83 Frontmatter getter for ID 2024-02-26 12:49:08 -05:00
Will Boyd 735d0f552b Indentation fix 2024-02-26 12:42:10 -05:00
Will Boyd 8477487047 I really need to do something about tabs 2024-02-26 12:41:35 -05:00
Will Boyd a8929901e3 Move author logic to frontmatter getter 2024-02-26 12:40:33 -05:00
Travis Fantina 36cbf638aa Adds author to front matter
This will likely need some configuration to enable it, I threw this
together at work but if there is intrest I can add that.
2024-02-26 11:54:57 -05:00
Will Boyd 755f752019 Tweak regex to avoid multiple spaces 2024-02-26 11:47:17 -05:00
Will Boyd 635451a4e3 Move getPostExcerpt() into frontmatter getter 2024-02-26 11:45:06 -05:00
Eka 932e7546fa add post excerpt to frontmatter 2024-02-26 11:31:30 -05:00
Will Boyd d0330f05d8 Comments about decoding 2024-02-26 11:20:29 -05:00