initial commit

This commit is contained in:
2025-12-20 12:27:54 -06:00
commit 8b7ffce478
2 changed files with 75 additions and 0 deletions

14
README.MD Normal file
View 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