Skip to content

Patterpad, the editor

Patterpad is the desktop app where you write Patter projects. It is built on one idea: a scriptwriter should be pleased to use it. The surface reads like a screenplay, the serious tooling waits until you reach for it, and the complexity stays hidden until you ask for it.

This section is a full tour, right down to the many keystrokes, gestures, and menus that are easy to miss. If you only read one other page, make it The writing surface.

The first time you launch, Patterpad asks once for your name (and an optional email). That’s all, no wizard. Your name signs your review comments and suggestions, and marks who edited each line. Leave the name blank and Patterpad falls back to your computer’s user name, so skipping the prompt still signs your work sensibly. You can change either at any time from User Information (in the Patterpad app menu on macOS, or the File menu on Windows and Linux).

From there you land on the welcome screen, where you can open a project, create one, or pick from your recent projects.

File ▸ New Project… (⌘N / Ctrl+N) opens a simple dialog:

  • Project name: shows a live preview of the <name>.patter folder you’ll get.
  • Version control: git, Perforce, Plastic, SVN, or none. Patterpad sets up the right config for whichever you pick, and you can switch it later in Project Settings.
  • Publish output: where Publish Bundle writes the finished file. It starts at a sibling ../patter-dist/<name>.patterc and leaves the name alone once you type your own path.

Then you Choose Location for your Patter project.

A Patter project is a real folder of files (see the format). On macOS the .patter folder opens with a double-click; on Windows and Linux it’s an ordinary folder.

You probably want to store it in whatever VCS you are using for your project, alongside your game files; but you won’t be shipping the Patter project itself, only the .patterc published bundle.

Patterpad gets you working in one click:

  • Open a project (⌘O / Ctrl+O), click a recent one, or use File ▸ Open Recent.
  • It reopens the last scene you were editing, with your cursor back on the exact line and scrolled into view.
  • Double-click a .patter folder to reopen your last session, double-click a single scene file to open just that scene, or run patterpad <path> from a shell.
The Patterpad workspace: a Scenes navigator on the left, the script surface in the centre showing dialogue bubbles for The Patter Tour, and the Inspector on the right.
The three-column workspace: the Scenes navigator (left), the script surface (centre), and the Inspector (right). The script stays put; the side panes are guests you toggle with ⌘1 and ⌘2.

Three columns, with the script always in the centre:

  • Scenes (left): your list of scenes. The open scene unfolds to list its blocks - the block your cursor is in stays marked, and clicking one jumps straight to it. Drag a scene to reorder the list; the order is saved with the project (it changes nothing about how the story plays). Add a scene with the + New Scene row at the foot of the list (or File ▸ New Scene…, ⇧⌘N); delete one from its right-click menu (or File ▸ Delete Scene…) - if other scenes jump into it, the confirm names them, and the dangling jumps show as problems until you repoint them. Toggle the pane with View ▸ Show Scenes (⌘1).
  • The script (centre): where you write. This one stays put; the sides are guests.
  • Inspector (right): the detail for whatever your cursor is on. Toggle with View ▸ Show Inspector (⌘2).

Drag the edge between a pane and the script to resize it, or double-click that edge to reset the pane to its usual width. View ▸ Reset View brings both panes back (and rescues a play window that’s drifted off-screen). Patterpad remembers your pane widths between sessions.

When you want nothing but the words, Writing View (⇧⌘M) clears everything else away: both panes, the top bar, and the bottom bars, leaving just the script and the hint bar. See Reading & focus.

File ▸ Save (⌘S) saves the current scene. If a teammate has the file locked, Patterpad respects that and tells you who’s holding it, rather than overwriting their work. Autosave is on by default (about every 30 seconds; toggle it in Project Settings), and Patterpad also saves before switching scenes, playing, or installing an update.

MIT-licensed open source · Made by · patterkit.com