Skip to content

Instantly share code, notes, and snippets.

@mildlydiverting
mildlydiverting / keynote.scpt
Created March 3, 2026 10:32 — forked from lambdamusic/keynote.scpt
Apple Keynote: export presenter notes
-- HOWTO:
-- after saving it, open with Script Editor (default) and run it
-- PREREQUISITES:
-- make sure your Keynote presentation is open in the background
-- AFTER EXPORT:
-- if you can't open the file due to encoding errors, open with Sublime (or another a text editor) and then "File / Save with encoding / UTF8"
tell application "Keynote"
@mildlydiverting
mildlydiverting / keynote_copy_presenter_notes.scpt
Created March 3, 2026 10:29 — forked from noe/keynote_copy_presenter_notes.scpt
Applescript to copy a Keynote document's presenter notes to the clipboard
-- Copyright 2023 Noe Casas.
-- License: CC-BY-SA 2.5 (because it's derived from a 2014 SO question, see https://stackoverflow.com/help/licensing)
-- Copies the presenter notes from a Keynote presentation into the clipboard,
-- adding the slide index before each slide's presenter note's.
-- Derived from https://apple.stackexchange.com/a/142533/181485
global presenterNotes
tell application "Keynote"
activate
tell front document
@mildlydiverting
mildlydiverting / 2014_11_02_Send_Keynote_Text_To_Markdown_File.applescript
Last active February 6, 2019 22:38 — forked from RichardDooling/2014_11_02_Send_Keynote_Text_To_Markdown_File.applescript
Script exports slide content and notes to markdown, and exports images of slides to add to markdown
--==============================
-- BASED ON:
-- Send Keynote Text to Desktop Markdown File
-- Writted By: Richard Dooling https://github.com/RichardDooling/
-- Based on
-- Send Keynote Presenter Notes to Evernote
-- Version 1.0.1
-- Written By: Ben Waldie <ben@automatedworkflows.com>
-- http://www.automatedworkflows.com
@mildlydiverting
mildlydiverting / 2014-04-03 Send Keynote Presenter Notes to Evernote.applescript
Created February 8, 2016 14:11 — forked from benwaldie/2014-04-03 Send Keynote Presenter Notes to Evernote.applescript
This script sends presenter notes from a Keynote 6.2 presentation to Evernote.
--==============================
-- Send Keynote Presenter Notes to Evernote
-- Version 1.0.1
-- Written By: Ben Waldie <ben@automatedworkflows.com>
-- http://www.automatedworkflows.com
-- Version 1.0.0 - Initial release
-- Version 1.0.1 - Updated for Keynote 6.2 compatibility
--==============================
#!/usr/bin/ruby
# tp-dailylog.rb - Log TaskPaper tasks completed on the current day to a Day One entry
# Brett Terpstra 2012 <http://brettterpstra.com>
#
# Run it with launchd at 11pm and forget about it
#
# Notes:
# * Uses `mdfind` to locate all .taskpaper files changed in the last day
# * Scans for @done(xxxx-xx-xx) tags in each line matching today's date
# * Does not alter TaskPaper files in any way
@mildlydiverting
mildlydiverting / tp-dailylog.rb
Created June 3, 2012 18:42 — forked from ttscoff/tp-dailylog.rb
Daily background logger to write completed TaskPaper tasks (system-wide) to a Day One entry
#!/usr/bin/ruby
# tp-dailylog.rb - Log TaskPaper tasks completed on the current day to a Day One entry
# Brett Terpstra 2012 <http://brettterpstra.com>
#
# Run it with launchd at 11pm and forget about it
#
# Notes:
# * Uses `mdfind` to locate all .taskpaper files changed in the last day
# * Scans for @done(xxxx-xx-xx) tags in each line matching today's date
# * Does not alter TaskPaper files in any way
@mildlydiverting
mildlydiverting / eclipse-pydev-zenburn.epf
Created April 29, 2012 13:37 — forked from vassilevsky/eclipse-pydev-zenburn.epf
Zenburn theme for PyDev editor under Eclipse Helios
file_export_version=3.0
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Background.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Background=63,63,63
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.FindScope=85,85,100
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground=246,243,232
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground=85,85,85
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground=190,25,160