mediumexporter
mediumexporter copied to clipboard
Export your stories published on medium.com to markdown for easy import
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Commits - [`23f4ddc`](https://github.com/mysticatea/eslint-utils/commit/23f4ddc58eda5e6aec3d6a43c6266acbe19345cd) 🔖 1.4.3 - [`8f9e481`](https://github.com/mysticatea/eslint-utils/commit/8f9e481ecc1204c7a1331b697f97903f90c75154) 🐛 fix reference tracker false positive - [`6633278`](https://github.com/mysticatea/eslint-utils/commit/663327835abfb1f62fc6fc5d69028457e11b5f80) ⚒ fix test scripts - [`7c8e67c`](https://github.com/mysticatea/eslint-utils/commit/7c8e67c22f7222685a6a9154ba5eec2ac4896a3e) ⚒ fix build...
I added this repo as a submodule in my project as I needed to use the programmatic API and needed to fix #20. Why not release this version, at least...
When using the v1.0.0 programmatic API, some calls fails without any message. I can't share an URL in order to reproduce as the only one I have should stay private....
I tried to use the `info` parameter when using the programmatic API for getPost: ``` async function importer(link, dir, name) { return mediumexporter.getPost(link, { output: path.resolve(dir, name), hugo: true, frontmatter:...
Do you have any idea if it's possible to parse the whole feed, not just the first 10 posts? @bobby-brennan maybe you know? I was looking for some `
My export resulted in a lot of errors like the following: ``` Unknown markup type 10 { type: 10, start: 317, end: 336 } Unknown markup type 10 { type:...
When exporting a story with links that start with bold, and then bold continues after the end of the link, importer generates Markdown formatting in wrong order, that is, ```...
This is a great project -- thank you for building it! Saved me a bunch of time! I'm using [Blogdown](https://bookdown.org/yihui/blogdown/) for my site, and there was some manual effort that...
If used on https://medium.com/@bert.hubert/dont-drop-the-hint-communicating-with-technical-people-4539d43b6b4f it emits: ``` # (Don’t) drop the hint: communicating with technical people This post is a subset of the presentation “Escaping the data center — tales...