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

John August

  • Arlo Finch
  • Scriptnotes
  • Library
  • Store
  • About

Apps

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.

Less IMDb needs a new home

May 13, 2016 Apps, Less IMDb

iconLess IMDb, our browser extension for making IMDb less cluttered and more useful, was the very first app we made. ((Is a browser extension an app? Debatable. There’s code and logic, and it has to be installed in an app-like way. But compared to Highland or Weekend Read, it’s not nearly as sophisticated. It falls into the murky area between web and app design, which is part of why it was a great first project for us.))

Here’s what I wrote [back in 2010](http://johnaugust.com/2010/less-imd):

> They’ve made it more difficult to do the one thing I come to IMDb to do: look at credits. New sections for photos, videos and trivia (star signs!) push credit lists below the fold, forcing you to scroll.

> Rather than complain about it, Ryan and I decided to fix it.

And it worked!

In the early days of browser extensions, Less IMDb became very popular because it did exactly one thing well: rearrange layouts to get rid of the cruft, letting you focus on the stuff you’re more likely to actually want.

Six years later, the little yellow tab remains in the upper-right corner of my IMDb windows, silently re-jiggering things. Remarkably, despite all the changes of technology, the extension still works.

Mostly.

Except on Firefox and Chrome.

And even on Safari, layouts will occasionally break spectacularly. IMDb pages aren’t static; you never quite know what you’re going to get. When IMDb reskins entire sections to promote a big summer movie, our little extension gets confused.

Getting Less IMDb back into fighting shape across multiple browsers will take a savvy web person 10 to 30 hours, and it’s just not a priority for us. We’ll be launching [Highland 2](http://quoteunquoteapps.com/highland-2-beta/) soon enough, and that occupies every brain cell of design and coding talent.

But reworking Less IMDb might be a great project for someone else, which is why today we’re releasing all of the source code for it with an MIT license. You can download it here:

[Less IMDb source code](http://qapps.s3.amazonaws.com/LessIMDb.zip)

Everyone is welcome to use this code to make their own version of the extension. And if one of those versions is great, we’ll even give you the name if you’d like it. (You can find us on Twitter: [@qapps](https://twitter.com/qapps?lang=en).)

I’m really happy we made Less IMDb. It set a great tone and mission for our company: making useful things we wished existed.

I hope someone takes up the charge and can give Less IMDb the love and attention it needs to go another six years.

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).

Weekend Read can read scripts aloud

January 28, 2016 Apps, Fountain, Weekend Read

[Weekend Read](https://itunes.apple.com/us/app/weekend-read/id502725173?mt=8), our app for reading screenplays on the iPhone and iPad, can also read them aloud. Here’s how to do it.

Ask Siri to “speak screen.” If you don’t already have Speech turned on, Siri will offer a link to the proper settings page:

siri setting

Tap Open Settings, then switch on Speak Screen.

speech settings

While you’re here, you can also choose a speaking voice in the Voices menu.

Then go back to Weekend Read and open a script.

To have it start reading aloud, swipe down from the top of the screen with two fingers, or just ask Siri to “speak screen.”

A set of controls appears, allowing you jump forward and back paragraphs, and adjust the reading speed.

speech HUD

Once you start it speaking, you can even change apps and it will keep going.

How did we do it? Honestly, we didn’t have to do a lot.

Almost all of this is built-in functionality provided by Apple’s Accessibility features. Behind the scenes, Weekend Read converts everything to Fountain, a plain-text format that feeds right into the system. By keeping it simple (and not cheating with view controllers) it just works.

For an upcoming version of Weekend Read, we’re working on small improvements such as “Mary says” and automatic expansion of abbreviations like “INT” and “V.O.”

You can find Weekend Read in the [App Store](https://itunes.apple.com/us/app/weekend-read/id502725173?mt=8).

« 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 (29)
  • 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 (75)
  • Less IMDb (4)
  • Weekend Read (64)

Recommended Reading

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

Screenwriting Q&A

  • Adaptation (65)
  • Directors (90)
  • Education (49)
  • Film Industry (489)
  • Formatting (128)
  • Genres (89)
  • Glossary (6)
  • Pitches (29)
  • Producers (59)
  • Psych 101 (118)
  • Rights and Copyright (96)
  • So-Called Experts (47)
  • Story and Plot (170)
  • Television (165)
  • Treatments (21)
  • Words on the page (238)
  • Writing Process (177)

More screenwriting Q&A at screenwriting.io

© 2026 John August — All Rights Reserved.