Skip to content

Export notes from evernote, convert to markdown and use pandoc to convert to epub

Notifications You must be signed in to change notification settings

yeahsmaggy/evernote-to-epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert all docs from Evernote folder into markdown

Prereqs

  • Composer
  • PHP 5.6+

Install

  • git clone this repo
  • run composer install
  • In evernote, select all the notes you want and go to File -> Export notes
  • Choose to export to this folder in a new folder named 'readers'
  • run PHP -S localhost:8000 to run the server or run php index.php
  • html is converted and concatenated in file readers/resulting_markdown_file.md
  • cd readers/
  • run bash pandoc_ebook.bash
  • this will create the epub file in that folder
  • save as ebook / print as paperback / create kindle book etc

About

Export notes from evernote, convert to markdown and use pandoc to convert to epub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages