Workflows by profession
Writing scatters across more containers than any other work: files, notes apps, writing apps' libraries, and email drafts.
novel-draft-FINAL-v2-edited (1).docx is the punchline, and the fix is boring: dated snapshots, one live file.
Projects/Novel/
novel.docx ← the only file you edit
Snapshots/2026-07-31 novel.docx
Snapshot at milestones (a Shortcut or a two-line script makes it one keystroke). The live file has no version suffix ever; history lives in dated copies that sort themselves.
macOS Versions adds automatic history underneath (File → Revert To) for apps that support it — a safety net, not a system.
.scriv bundles, findableonly via Scrivener's own (excellent) project search
The principle: apps with libraries own their search; the filesystem owns files. Keep finished work as files, in your folders, whatever the drafting tool — export from library apps at milestones.
You remember what you wrote, not what you called it:
mdfind -onlyin ~/Documents "the phrase you remember"
rg -i "the phrase" ~/Documents --type-add 'doc:*.{md,txt}' -tdoc
Spotlight's content search is genuinely the right tool here (plain text and docx index well); ripgrep covers Markdown/plaintext workflows exactly.
One Research/ folder per project, and downloaded PDFs renamed on arrival — 2019 Smith mangrove economics.pdf — because a folder of download (7).pdf is write-only memory.
One live file with no suffix; dated snapshot copies at milestones. Never a chain of -final-v2 names.
Not usefully — .scriv is a package. Use Scrivener's project search, and export milestones as files.
Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.
Download for Mac