Skip to content

Instantly share code, notes, and snippets.

View thedangler's full-sized avatar

Matt thedangler

  • London Ontario canada
View GitHub Profile
@cyli
cyli / insert_notes.py
Last active November 7, 2021 13:10
Gross hack to add presenter notes to the HTML export of a keynote presentation.
"""
Export your keynote file to HTML. Pass the keynote file (to extract the
presentation notes) and the extracted HTML directory to this script, and it
will attempt to inject the presenter notes it extracted from the Keynote file
into the HTML.
Only tested on Keynote '09, Chrome 24.0.1312.56
"""
import os