Skip to content

nicholaskajoh/Medium2Markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medium2Markdown (WIP)

Medium2Markdown converts your Medium.com export to Markdown which can easily be imported into other blogging platforms like CMSes and static site generators.

Requirements

Usage

  • Export your Medium.com posts (Go to https://medium.com/me/settings > Download your information > Download .zip).
  • Clone this repo git clone https://github.com/nicholaskajoh/Medium2Markdown.git.
  • Change directory to the project root cd Medium2Markdown/.
  • Unzip the export and copy the contents of medium-export/posts/ to the input/ folder in the project root.
  • Install dependencies npm install.
  • Make convert.sh executable chmod +x convert.sh.
  • Run the script ./convert.sh.
  • Check output/ for the generated Markdown files.

Todo

  • Add front matter with relevant post metadata to generated md files.
  • Add documentation to aid better understanding of the inner workings of the program.

About

Convert your Medium.com export to Markdown.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published