Skip to content

Create syntax-highlighted RTF snippets for pasting into, e.g., Keynote #26

@jennybc

Description

@jennybc

I bet reprex could package this up nicely ... a gist tweeted by @AmeliaMN on code highlighting for Keynote presentations:

https://gist.github.com/jimbojsb/1630790

I'm going to paste the body here in case the gist goes away. But the comments look pretty useful, e.g. using alternative highlighters like Pygments..

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2:

Highlight your source. "highlight -O rtf myfile.php | pbcopy". This will highlight the source code in RTF format and copy the result of that operation to your Mac's clipboard.

Step 3:

Paste into your slide in Keynote. Keynote will create a new text box with your highlighted code. You can adjust the width as needed, and adjust the font size with cmd+ and cmd-

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions