Skip to content

Instantly share code, notes, and snippets.

View falcon8823's full-sized avatar

Hayato OKUMOTO falcon8823

View GitHub Profile
@falcon8823
falcon8823 / Extract Presenter Notes.applescript
Last active August 10, 2016 12:16 — forked from benwaldie/2014-04-03 Send Keynote Presenter Notes to Evernote.applescript
This script sends presenter notes from a Keynote 6.6 presentation to TextEdit.
--==============================
-- Extract Keynote Presenter Notes to TextEdit
-- Refered to https://gist.github.com/benwaldie/9955151
--==============================
tell application "Keynote"
if (front document exists) = false then
display alert "Unable to proceed." message "Please open a presentation in Keynote."
return
end if
ja:
errors:
messages:
not_found: "は見つかりませんでした"
# not_found: "not found"
already_confirmed: "は既に登録済みです"
# already_confirmed: "was already confirmed"
not_locked: "は凍結されていません"
# not_locked: "was not locked"
not_saved: