Files
fileconversion/README.MD
2025-12-20 12:27:54 -06:00

14 lines
606 B
Markdown

# 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