blog2md
blog2md copied to clipboard
Convert Blogger & Wordpress backup blog posts to hugo compatible markdown documents
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
I have an idea to make this nodejs project into an npm package so everyone on the internet can use this project only using npx.
I've posts from 2012 in blogger. If i backup my XML file from themes -> backup -> download XML and use blog2md to convert to Hugo compatible, will all dates...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...
Nice program !! In case, for those who might look for **html table** support * `yarn add turndown-plugin-gfm` , or * `npm i --save turndown-plugin-gfm` * add below code (2...
What the title says. I know Hugo emphasizes tags over categories, but afaik allows both taxonomies. I've always thought that categories "outrank" tags, perhaps more so in WP than blogger?...
I wanted to throw away the comments in my use case, and so added this `d` option. Any improvements to the implementation or documentation would be appreciated :) Take care,...
This is more of a question than an issue. I ran this variation of the script: `node index.js w your-wordpress-backup-export.xml out m` However, the front matter in the output looks...