blog2md icon indicating copy to clipboard operation
blog2md copied to clipboard

Convert Blogger & Wordpress backup blog posts to hugo compatible markdown documents

Results 23 blog2md issues
Sort by recently updated
recently updated
newest added

installation worked fine. copied my xml file in the blog2md folder and run the script, but getting an error. $ node index.js w MyFile.xml out s WARNING: Given output directory...

bug
question

It seems to me that draft content is not exported. It would be nice to have an option to also export the draft content of the blog.

Blogger allows posts without title, but if I run `node index.js b` ... against a backup of a blog with some posts without title, I get an error from `sanitize`...

bug
help wanted
good first issue

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [turndown](https://github.com/mixmark-io/turndown). These dependencies need to be updated together. Removes `tough-cookie` Updates `turndown` from 5.0.3 to 7.1.2 Release notes Sourced from...

dependencies

Removes [jsdom](https://github.com/jsdom/jsdom). It's no longer used after updating ancestor dependency [turndown](https://github.com/mixmark-io/turndown). These dependencies need to be updated together. Removes `jsdom` Updates `turndown` from 5.0.3 to 7.1.2 Release notes Sourced from...

dependencies

Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0. Commits 9f730bb Update package.json with latest PR 50a492a Merge pull request #603 from autopulated/master 7bc3c5d Merge pull request #598 from fnimick/master f412a12 Merge pull...

dependencies

When I ran [blog2md](https://github.com/palaniraja/blog2md) on my Blogger export, it crashed with the following error: ``` PS D:\temp\blog2md> ..\node-v18.14.2-win-x64\node.exe index.js b .\blog-03-04-2023.xml ./myblog INFO: Comments requested to be a separate .md...

hello, While migrating my wordpress site to hugo my first try was to use this script. However the tags and categories were mixed. I added support to see if a...