Skip to content

Instantly share code, notes, and snippets.

@aijaz
Last active September 10, 2015 19:13
Show Gist options
  • Save aijaz/912ad8c92e2ac54e39d7 to your computer and use it in GitHub Desktop.
Save aijaz/912ad8c92e2ac54e39d7 to your computer and use it in GitHub Desktop.
Copying from SublimeText3 to Keynote:
  • Assuming you're using the PackageControl.io module
  • Install package named 'Highlight'. You don't need to create a repo or anything else.
  • URL for the package (shouldn't need it) is https://packagecontrol.io/packages/Highlight
  • Go to Preferences > Package Settings > SublimeHighlight and set the prefs otherwise pasted text looks awful. I use:
{
    "theme": "monokai",
    "linenos": "inline",
    "noclasses": true,
    "fontface": "Menlo"
}
  • From the Command palette, chose SublimeHighlight: Copy to clipboard as RTF
  • Paste into Keynote text box

There's something for textmate as well, called copy-with-style-tmbundle

Haven't tested out any XCode plugins yet, with the new XCode 7, that is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment