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 an immutable, content-addressed snapshot you name — Table read draft, Before network notes. Unlike autosave, it never changes after creation, so 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
Inkwell's name for an immutable, content-addressed snapshot of your work at a...
Draft line
A parallel version of a document — Inkwell's name for a branch. Draft lines l...
Semantic changes
Differences between two versions expressed at the level of the document's str...
Incorporate
Inkwell's name for bringing changes from one draft line into another — the wr...