• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

John August

  • Arlo Finch
  • Scriptnotes
  • Library
  • Store
  • About

Highland

Don’t search with your eyes

December 11, 2017 Arlo Finch, Books, Highland, How-To, Projects

This week, I’m editing the manuscript for the second [Arlo Finch](http://arlofinchbooks.com). I do most of my edits on paper because I find I catch a lot of mistakes I’d otherwise miss just scrolling on the screen.

One of the frustrations with this process can be trying to match up the errors you’ve found on paper with what’s in the file. You’re constantly scrolling, looking for the trouble spot. [Highland 2](https://quoteunquoteapps.com/highland-2-beta/) has a sidebar navigator and inline page numbers, both of which can help. But I’ve found the fastest solution is to stop scrolling altogether and use the built-in search function.

Let’s say you’re fixing a typo, like a missing ‘d’ on *the door had been **force** open.* It’s halfway down on page 183, but that doesn’t matter.

Hit Command-F and type *had been force* then return.

Boom. You’re right there. Fix the mistake and keep going.

Note that you want to search for a string of words, not just the one with the typo. You may have used *force* a dozen times, but you’re almost certain to have typed *had been force* just once.

In Highland 2 — and most Mac writing apps — the Find command starts searching from wherever your cursor is, so if you’re working through edits in order, you rarely have to be particularly narrow in your search query. Even if you use *its claws scraped* more than once in your book, it will always give you the next one first. That’s likely to be the one you want.

This technique probably saved me half an hour today, and a lot of eye fatigue. So try it out next time.

Movies Dodged a Bullet

Episode - 319

Go to Archive

September 26, 2017 Books, Follow Up, Formatting, Highland, Scriptnotes, Three Page Challenge, Transcribed, WGA, Words, Words on the page, Writing Process

John and Craig speculate about why the film industry fared better in the transition to digital while the music industry struggled.

We also follow up on the WGA elections, hearing John’s priorities as a new board member. Lured back into the intrigue of MoviePass, we discuss new information on this business model.

Then it’s another installment of the Three Page Challenge, in which we discuss listener-submitted pages of their screenplays.

Finally, we answer the most provocative of listener-questions: how do you name your files?

Links:

* [WGA Section of johnaugust.com](http://johnaugust.com/wga-board)
* [I’m Joining the WGA Board](http://johnaugust.com/2017/im-joining-the-wga-board)
* [CEO Mitch Lowe Pulls Back The Curtain On MoviePass And Explains Its Economics](https://www.forbes.com/sites/robcain/2017/09/18/ceo-mitch-lowe-pulls-back-the-curtain-on-moviepass-and-explains-its-economics/) from Forbes, by Rob Cain
* Three Pages by [Steven Wood](http://johnaugust.com/Assets/Wood_3pgs.pdf)
* Three Pages by [Elizabeth Boston](http://johnaugust.com/Assets/Boston_3pgs.pdf)
* Three Pages by [Dan Pavlik](http://johnaugust.com/Assets/Pavlik_3pgs.pdf)
* [Submit](http://johnaugust.com/threepage) for the Three Page Challenge
* [Austin Film Festival 2017 Film Slate](https://austinfilmfestival.com/festival-and-conference-aff/festival/film-slate/)
* [Conversations with Friends](http://www.amazon.com/dp/0451499050/?tag=johnaugustcom-20) by Sally Rooney
* [Meet Cute](http://www.indiewire.com/2017/09/juno-temple-jon-bass-meet-cute-short-film-1201878128/) – Short Film on Indiewire
* [The Scriptnotes Listeners’ Guide!](johnaugust.com/guide)
* [The USB drives](https://store.johnaugust.com/collections/frontpage/products/scriptnotes-300-episode-usb-flash-drive) will be available again in a few days!
* [John August](https://twitter.com/johnaugust) on Twitter
* [Craig Mazin](https://twitter.com/clmazin) on Twitter
* [John on Instagram](https://www.instagram.com/johnaugust/?hl=en)
* [Find past episodes](http://scriptnotes.net/)
* [Outro](http://johnaugust.com/2013/scriptnotes-the-outros) by Rajesh Naroth ([send us yours!](http://johnaugust.com/2014/outros-needed))

Email us at ask@johnaugust.com

Credits:
Produced by Megan McDonnell
Edited by Matthew Chilelli
With Nima Yousefi and Dustin Bocks

You can download the episode [here](http://traffic.libsyn.com/scriptnotes/scriptnotes_ep_319.mp3).

**UPDATE 10-2-17:** The transcript of this episode can be found [here](http://johnaugust.com/2017/scriptnotes-ep-319-movies-dodged-a-bullet-transcript)

Separating scenes in Highland

November 27, 2016 Apps, Fountain, Highland

Jose, one of our [Highland 2 beta testers](http://quoteunquoteapps.com/highland-2-beta/), wrote in with a feature request:

> I’d love the ability to print individual scenes, with page breaks after each scene. It can be useful to physically rearrange scenes once printed.

We could add that as a command, but how often would users really want to do that? Rarely-used features are cruft. They make apps more complicated than they need to be, both for users and developers.

Luckily, it’s remarkably easy to do what Jose wants with any Fountain app, including the original [Highland](https://itunes.apple.com/us/app/highland/id499329572?mt=12).

### Step one: Think what it would look like

In [Fountain syntax](http://fountain.io/syntax), a page break is simply three equal signs: ===

Meanwhile, scene headers start with either INT. or EXT. ((You can also force a scene header by starting with a period: .DEEPER IN THE VOID. You can find these by searching for a return followed by a period.))

So in order to put a page break between each scene, you want to replace every instance of INT. with…

===
INT.

…and then do the same with EXT.

### Step two: Make it look like that

Within Highland, you can do it with two passes of Find and Replace, choosing Replace All. It’s helpful to copy-and-paste the second part, since Mac’s default find and replace fields only show you a single line.

find-and-replace

It took less than 20 seconds in all.

If breaking scenes into individual pages is something you do all the time, it’s easily automated. Here’s an AppleScript to do it: [Split Fountain Scenes](http://pastebin.com/eWmueJ8M).

As always, it’s a good idea to work on a copy of the file you can toss after printing.

Highland’s plain-text Fountain format makes little hacks like this easy. For example, another beta tester requested a way to print his [[inline notes]], which are removed by default.

There’s no need for him to wait for us to add a feature. We suggested he simply find-and-replace [[ and ]] with ++. He got the inline notes he wanted right away.

### How would you do this in Final Draft or Fade In?

With difficulty. I couldn’t find a way to do it without manually inserting page breaks at the end of every scene. If you figure out a way, let me know.

Bronson Watermarker gets a minor update

March 1, 2016 Apps, Bronson, Highland, Weekend Read

[Bronson Watermarker](https://quoteunquoteapps.com/bronson/), our app for quickly personalizing PDFs, has an update in the Mac App Store. Version 2.0.4 fixes a drawing bug.
screenshot
I don’t mention the app as much as [Highland](https://quoteunquoteapps.com/highland-2/) or [Weekend Read](https://quoteunquoteapps.com/weekendread/), but Bronson has become the go-to app for a lot of productions in Hollywood. If you’ve received a watermarked script in the past few years, there’s a very good chance it was created with Bronson.

Bronson is available in the [Mac App Store](https://itunes.apple.com/us/app/bronson-watermarker-pdf/id881629098?mt=12).

« Previous Page
Next Page »

Primary Sidebar

Newsletter

Inneresting Logo A Quote-Unquote Newsletter about Writing
Read Now

Explore

Projects

  • Aladdin (1)
  • Arlo Finch (27)
  • Big Fish (88)
  • Birdigo (2)
  • Charlie (39)
  • Charlie's Angels (16)
  • Chosen (2)
  • Corpse Bride (9)
  • Dead Projects (18)
  • Frankenweenie (10)
  • Go (30)
  • Karateka (4)
  • Monsterpocalypse (3)
  • One Hit Kill (6)
  • Ops (6)
  • Preacher (2)
  • Prince of Persia (13)
  • Shazam (6)
  • Snake People (6)
  • Tarzan (5)
  • The Nines (118)
  • The Remnants (12)
  • The Variant (22)

Apps

  • Bronson (14)
  • FDX Reader (11)
  • Fountain (32)
  • Highland (73)
  • Less IMDb (4)
  • Weekend Read (64)

Recommended Reading

  • First Person (88)
  • Geek Alert (151)
  • WGA (162)
  • Workspace (19)

Screenwriting Q&A

  • Adaptation (66)
  • Directors (90)
  • Education (49)
  • Film Industry (491)
  • Formatting (130)
  • Genres (90)
  • Glossary (6)
  • Pitches (29)
  • Producers (59)
  • Psych 101 (119)
  • Rights and Copyright (96)
  • So-Called Experts (47)
  • Story and Plot (170)
  • Television (164)
  • Treatments (21)
  • Words on the page (238)
  • Writing Process (178)

More screenwriting Q&A at screenwriting.io

© 2025 John August — All Rights Reserved.