Skip to content

Instantly share code, notes, and snippets.

@macolyte
Created September 19, 2011 20:45
Show Gist options
  • Save macolyte/1227551 to your computer and use it in GitHub Desktop.
Save macolyte/1227551 to your computer and use it in GitHub Desktop.
Open Byword markdown file in Marked
tell application "Byword"
set theDocument to file of document of window 1
end tell
tell application "Marked"
open theDocument
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment