DEV Community

Kritika Yadav
Kritika Yadav

Posted on

How Typewriter Mode Changed the Way I Write First Drafts

Most writers do not have a focus problem. They have a scroll problem.

Every time you hit return and start a new line, your cursor creeps lower on the screen. By the time you are three paragraphs in, you are looking at the bottom fifth of the editor window, your eyes angled down, and the dozen lines you wrote earlier are sitting above you,silent but visible. Editable. Tempting. The editing instinct fires before the drafting session is finished.

This is not a discipline failure. It is what the standard writing interface produces. The cursor always sinks. The finished text always accumulates above it. The visual environment keeps inviting you backwards into what you have already written, rather than forward into what you have not yet written.

Typewriter mode fixes this at the environmental level, not the willpower level. And focus mode in AnySlate takes it a step further, combining typewriter scrolling with paragraph dimming to create a drafting environment where the only text that exists, visually, is the text you are writing right now.

What Typewriter Mode Actually Does, and Why It Is Not a Gimmick
The mechanism is simple. In typewriter mode, the active line stays fixed at the vertical centre of the screen. As you write and move to a new line, the document scrolls up, not the cursor. The previous lines recede upward and out of the immediate visual field. The cursor stays where your eyes rest naturally: the middle of the screen.

This replicates what made physical typewriters useful for drafting, not the mechanical resistance, not the sound, not the aesthetic. The useful property was architectural: the text appeared at a fixed point, and the paper moved. You could not easily go back and edit the paragraph you just wrote without physically rewinding the carriage. The friction of going backwards was greater than that of moving forward.

Digital typewriter mode does not prevent backward movement; you can still scroll, still click, still edit. But it moves the friction in the right direction. Going forward requires nothing. Going backwards requires a deliberate choice.

The cursor sinking to the bottom of the screen is not a neutral design decision. It is an invitation to re-read. Every writer who keeps editing the opening paragraph instead of finishing the piece is partly responding to an environment designed to pull attention backwards.

How AnySlate Implements Typewriter Mode and Focus Mode
AnySlate's typewriter scrolling keeps the active line vertically centred throughout the writing session. The line your cursor is on stays at the midpoint of the editor window. As you type, the completed lines rise above it. The unwritten page waits below. The cursor never sinks.

Combined with AnySlate's focus mode, the effect is more complete. Focus mode dims the surrounding paragraphs, the text above and below the active section drops in contrast, while the paragraph you are working in remains at full opacity. The earlier drafts are still there. They are still readable if you scroll to them deliberately. But they are not competing for visual attention in your peripheral field.

The two modes work independently or together. Typewriter scrolling alone addresses the cursor position problem. Focus mode alone addresses the distraction problem. Together, they create what amounts to a purpose-built first-draft environment inside a full-featured Markdown editor, one you can turn on for a drafting session and turn off the moment you switch to editing.

From the AnySlate workspace: Typewriter scrolling and focus mode are part of AnySlate's workspace feature set, available across Mac, Windows, Linux, and browsers. Switch between them from the View menu or with keyboard shortcuts. No extra configuration, no plugin to maintain.

What Changes in Practice, Not in Theory
The difference is not visible in a screenshot. It is felt during a session. Here is what it changes concretely for writers who have used typewriter mode in AnySlate for the first time:

Session length

Without: A one-hour writing session produces 400–500 words with significant backtracking to the opening paragraph.

With AnySlate, the same hour produces 650–800 words because the visual pull backwards is weaker. Less re-reading, more continuing.

Opening paragraph edits

Without: The opening paragraph gets rewritten three or four times during a single drafting session because it is always visible and always feels improvable.

With AnySlate: The opening paragraph rises above the immediate visual field. Revising it requires scrolling up deliberately. The instinct still fires, but now it costs something.

Sentence variety

Without: Sentence rhythm normalises over time. Each new sentence is written slightly under the influence of the sentences just above it, and the prose tends toward a uniform length and cadence.

With AnySlate: With the previous sentences dimmed and the cursor centred, each new sentence gets written with slightly less reference to what came before. Rhythm varies more naturally.

Session energy

Without: Eye strain accumulates from looking at the lower portion of the screen and from the contrast between the bright editing interface and the surrounding environment.

With AnySlate, the centred cursor position keeps the writer's eye at a natural resting height. Combine with AnySlate's dark theme for evening sessions, and the eye strain drops noticeably.

The Mode Shift: Why Drafting and Editing Need Different Environments
The insight behind typewriter mode is that drafting and editing are cognitively different activities that are poorly served by the same interface.

Drafting is generative: The goal is momentum, volume, and forward movement. The enemy of drafting is the editing instinct, which wants to evaluate and refine each sentence before the next one is written. Any environment that makes editing feel natural during a drafting session is working against the drafter.

Editing is evaluative: The goal is precision, consistency, and correctness. The enemy of editing is momentum, which might push past errors or resist necessary restructuring. An environment that keeps the writer moving forward works against the editor.

Most Markdown editors offer one interface for both activities. AnySlate offers the same editor with a mode that shifts the environment depending on what you are trying to do. Typewriter mode on: you are drafting, the environment supports forward momentum. Typewriter mode off: you are editing, the full document is visible and available.

The file does not change. The content does not change. The interface changes, and with it, the cognitive posture the writer naturally adopts toward the work.

The Three-Setting Combination That Changes a Drafting Session
The writers who get the most from AnySlate's focus features tend to use three settings together during drafting sessions, then turn all three off for editing:

Typewriter scrolling — cursor stays vertically centered, previous text recedes upward. Addresses the physical position problem.

Focus mode — surrounding paragraphs dim to lower contrast. Addresses the visual competition problem.

Dark theme — reduces overall screen brightness and contrast. Addresses eye strain, particularly during long sessions or evening writing.

Together, these three settings produce a drafting environment where the only text with full visual presence is the text currently being written. Previous work exists but is quiet. The blank space ahead is prominent. The pressure to revise what exists before adding to it is significantly lower.

Turn them all off, and the full editor returns, scroll sync, TOC sidebar, split preview, all the navigation features. The document that was written in drafting mode is the same file, ready for editing in the standard view.

The One Thing to Take Away
Typewriter mode is not nostalgia for mechanical writing. It is a practical answer to a specific problem: the standard writing interface optimises for editing, which makes drafting harder than it needs to be.

AnySlate's typewriter scrolling and focus mode are tools for the drafting phase — environments you switch into when the goal is to produce, and switch out of when the goal is to refine. The files are plain .md. The editor is full-featured. The mode just shifts what the environment makes easy.

Start at anyslate.io — free plan available, no account needed for the desktop app. Typewriter scrolling and focus mode are available across all plans on Mac, Windows, Linux, and browsers. Version history, AI writing assistant, real-time collaboration, and web publishing are on the Hobby ($30/year) and Professional ($60/year) plans.

Top comments (0)