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

John August

  • Arlo Finch
  • Scriptnotes
  • Library
  • Store
  • About

Fountain

Highland and other screenwriting apps on sale

July 18, 2014 Apps, Fountain, Highland, Screenwriting Software

![Highland on MacBook Air](http://johnaugust.com/Assets/highland-macbook-air@2x.jpg)

Apple asked Highland and several other screenwriting apps to be part of their Explore Your Creativity promotion on the Mac App Store. It’s a great time to check out these apps at discounted prices, and perhaps pick a new favorite.

[Highland][highland] is the app we make. It’s half off during the promotion, $14.99 rather than $29.99.

Over the past year, Highland has become the second-bestselling screenwriting app in the Mac App Store, after [Final Draft][finaldraft] (which is also on sale for $124.99). Users choose Highland for its speed and minimalism. You just type; Highland figures out which elements are which.

For the past year, I’ve done all my screenwriting in Highland and love it. You can see more about it, including a video, at our [website][highlandweb].

[Slugline][slugline] is Highland’s longtime pal, also on sale for 50% off ($19.99 versus $39.99).

Slugline’s editor does more on-the-fly formatting, with text moving while you type. If you’re used to traditional screenwriting apps, you may find it comfortingly familiar. If you’re used to plain text editors, you may find it distracting.

The great news is that Slugline and Highland share the same format (Fountain), so you can freely move back and forth between them. In fact, at these prices you can get both Highland and Slugline for the cost of one, so if you’re curious about working in a plain text app, get both.

While it’s not strictly a screenwriting app, [Scrivener][scrivener] has many fans for its extensive feature set, including corkboards, outlines, tables and images. In many ways, it’s the opposite of Highland’s minimalism, but if you need an app that can handle a thousand-page research report, Scrivener may be a good choice. It’s half-off at $29.99.

[Fade In](https://itunes.apple.com/us/app/fade-in/id488557039?mt=12) isn’t part of the Mac App Store promotion, but if you’re looking for an app that does many of Final Draft’s production features, Craig swears by it. (It’s $49.99.)

I’m excited that there are more choices than ever for screenwriters. I hope this promotion gets more users trying out alternatives, and picking the apps that suit them best.

[slugline]: https://itunes.apple.com/us/app/slugline/id553754186?mt=12 “slugline”
[highland]: https://itunes.apple.com/us/app/highland/id499329572?mt=12 “highland”
[finaldraft]: https://itunes.apple.com/us/app/final-draft-9/id454277974?mt=12 “fd9”
[highlandweb]: http://quoteunquoteapps.com/highland “highland web”

[scrivener]: https://itunes.apple.com/us/app/scrivener/id418889511?mt=12 “scrivener”

Storyboarding your film using Fountain

June 11, 2014 Apps, Directors, Fountain

Charles Forman, who has already made some really [interesting](http://playground.setpixel.com/scriptvisualizer/) [tools](http://playground.setpixel.com/wordcloud/) for visualizing Fountain screenplays, is back with [Storyboard Fountain](http://storyboardfountain.com):

> Storyboard Fountain works with a Fountain screenplay file. Open it, and the entire script is displayed on the left of the file. Action, dialogue, and parenthetical lines are shown as elements, so you can create boards for every filmable line in the movie. In fact, you can have as many boards as you want per line, or even choose not to have a board, if it’s not necessary.

> As you draw, each drawing tool you use is saved on its own layer. The images are saved in a folder next to your Fountain file on your hard drive. The reference to each board is saved in location in the Fountain file itself. As a result, you can use the Fountain editor of your choice to edit your script while maintaining the integrity of the location of the storyboards.

Developers Charles Forman and Chris Smoak have released an open-sourced alpha version for the Mac.

Do most screenwriters need this kind of tool? No.

But screenplays aren’t just for writers. They’re platforms upon which to build a movie, a process that involves many different artists and professions. For some films, storyboarding is key part of the process, so anything that can help couple the words to the images is a win.

I love to see developers using Fountain to build applications like these. It’s an exciting time.

Find and Replace, a screenwriter’s best friends

May 14, 2014 Apps, Fountain, Highland

Since the early days, I’ve been using Find and Replace to take care of small issues in scripts. For example, I change the location in a series of scene headers. Or I’ll search for two spaces and replace them with one, because I’m [now a one-spacer](http://johnaugust.com/2014/period-space).

Today, I came upon a new use for Find and Replace.

In Fountain, you can leave notes for yourself by surrounding them in double brackets [[like this]]. These notes don’t show up when you print or export, so it’s fine to leave them in your script.

But sometimes, you want the notes to print. David Wain wrote me this afternoon:

> I’d love to be able to send a PDF of my Fountain script that looks like a screenplay, but still has the bracketed notes inline so the reader can see all info in the document.

A super-simple way to do this is to get rid of the closing brackets on those notes. That way, they’ll print as action lines.

Just do a Find/Replace. Search for ]], and replace them with nothing. If you don’t want the opening [[, just search for those and replace them with nothing — or maybe something like “Note: ”

This technique works in any text editor. But if you’d like a little more power, there’s now a better way.

[Highland 1.7](https://itunes.apple.com/us/app/highland/id499329572?mt=12) has new find-and-replace talents that can do much more sophisticated matching.

screenshot of find

Using the pattern above, you can change out double brackets for double asterisks all in one pass. Your notes will print in the script as bold action lines.

Here’s how to do it.

First off, save your document. Better saved than sorry, and you’ll want a version that keeps your notes all note-like.

Do a Find (⌘F).

The pattern you’re looking for is [[(any random text)]]. The brackets are easy. Matching the text between them has traditionally been more difficult.

Highland now has a wildcard token called (Any). You can find it by clicking the magnifying glass and choosing Insert Pattern from the menu.

screenshot insert pattern

In the next menu, choose “Any Characters.”

screenshot insert

Your find field should now be [[(Any)]].

Tick the Replace checkbox on the right. In the next field, you tell Highland what you want it to put in place of what you found.

Let’s start with two asterisks. Then put another (Any) token. You can get it from the same Insert Pattern menu, or just copy-paste it from the line above. ((Behind the scenes, this is done with regular expressions. If you copy-and-paste this (Any) token, you’ll find it works in many Mac apps, even ones that use older Find dialog boxes.)) Finally, put another two asterisks so the whole line gets bold formatting.

Click the All button to replace all of the notes in the script. Those bracketed notes are now bolded action lines.

The options in the magnifying glass are useful for other things as well.

– By unchecking Ignore Case, you can match TOM versus Tom. To swap out a character’s name, do one pass for TOM, another for Tom.
– Use Full Word in order to match “ant” but not “antagonize.”
– The find menu lists recent searches, saving you a step.

Finally, one of my favorite features in Highland 1.7 is the faceless Find Again. Even when the Find field is closed, ⌘G will repeat your last search. It’s a handy way to hop through your script.

Almost all of this functionality comes for free with Mac OS. It’s one of the reasons it’s not easy to port Highland directly over to Windows or Linux or a web-based application.

Why do people buy apps some days and not others?

May 13, 2014 Apps, Fountain, Highland

Every day, I check to see how many apps we sold the day before. Every day, I’m surprised.

Week-to-week, we tend to sell about the same number of apps, but the variability day-to-day is higher than I would have expected, and doesn’t seem to follow obvious cycles. Highland rises and falls without much relationship to the day of the week.

chart

Weekend Read has an in-app purchase allowing for an unlimited library. People aren’t buying it just for the weekend.

chart

Stranger still, the sales of Highland and Final Draft seem entwined.

chart

Why did both apps suddenly climb last week? For Highland, it might be because of my [recent blog post](http://johnaugust.com/2014/highland-as-a-bona-fide-screenwriting-app), but why would Final Draft have matched its ascent? (Still, it’s nice to see Highland overtaking Final Draft at times.)

As I said at the beginning: week-to-week, it tends to average out. And a statistician would probably be able to look at the p-value and explain that it all falls within an expected range of variability. But I still wonder why it each day is so different.

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