initial commit
This commit is contained in:
14
README.MD
Normal file
14
README.MD
Normal file
@@ -0,0 +1,14 @@
|
||||
# File Conversion Scripts
|
||||
|
||||
A collection of scripts used to convert files from one format to another.
|
||||
|
||||
## Markdown to Evernote ENEX
|
||||
|
||||
This script is used to convert markdown files into Evernote ENEX files. Pass the directory containing the markdown files you would like to convert as a command line argument. It will convert all markdown files in the directory and any subdirectory into html, preserving the directory structure in place. The converted files are saved to `~/mdConverted`.
|
||||
|
||||
You can use the ENEX files to import into Apple Notes or Evernote.
|
||||
|
||||
### Prerequisites
|
||||
* Python 3
|
||||
* Pandoc
|
||||
* Pypandoc
|
||||
Reference in New Issue
Block a user