Last updated: · 12 min read
How named save points, draft lines, and semantic changes replace the folder of _FINAL_v4 files — without Git jargon.
Autosave only stores the latest state. Writing is a sequence of decisions — table reads, studio notes, alternate endings — and flattening those into one moving file loses the version where Act 2 still worked. Version control names moments so you can compare, branch, and restore without duplicate filenames.
Inkwell maps Git concepts to writer-friendly language: save points instead of commits, draft lines instead of branches, incorporate instead of merge. The mechanics are proven; the vocabulary is for writers.
A save point is a named snapshot that never changes after you create it — Table read draft, Before network notes. Unlike autosave, returning to that moment is one click, not archaeology in a folder of _FINAL files.
Draft lines are parallel versions of the same screenplay — Inkwell's name for branches. Explore an alternate ending on a draft line without touching Main, then incorporate the winning scenes back with a semantic review.
Because Plot stores screenplays as structured data, Inkwell diffs at the scene and dialogue level — this line rewritten, that scene moved — not character-by-character noise. Comparison is readable in a table read, not a wall of redlines.
The instinct is universal — writers already invent manual version control with filenames. Inkwell makes naming moments as light as hitting save, with diffs and branches that actually work on prose structure.
Yes. Name save points after every table read and branch alternate takes on draft lines. Collaborators see presence and comments on the same structured draft.
Inkwell adds named history and parallel draft lines Final Draft does not offer natively. You can still round-trip FDX when production requires it.
Save point
A named, unchanging snapshot of your draft at a moment you choose — “Table re...
Draft line
A parallel version of the same document — explore an alternate ending or rebu...
Semantic changes
Differences between two versions shown at story structure level — this dialog...
Incorporate
Folding one draft line into another — Plot copies the source’s current docume...