2025-12-20 12:27:54 -06:00
2025-12-20 12:27:54 -06:00
2025-12-20 12:27:54 -06:00

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
Description
No description provided
Readme 24 KiB
Languages
Python 100%