Version 0.0.2
Pre-release
Pre-release
This version features:
Experimental Keynote 6 support
Keynote 6 has a much less feature-rich AppleScript interface than Keynote 5. Currently, KAAS needs to export in two different formats to get presenter notes from the current presentation.
You also can't query the currently displayed slideshow slide, so that means that the sync and monitor functions in the JSON api don't work.
KPF API
The source of this release has much better encapsulation of the KPF JSON object that KAAS uses to understand the slideshow. In particular, each raw KPF dictionary lookup outside of kpfutil.py has been replaced with an API call on the Kpf objects. Much nicer.
Enjoy!