Get AI summaries of any video or article — Sign up free
How To Use Obsidian: Better Writing With 3 Plug-Ins thumbnail

How To Use Obsidian: Better Writing With 3 Plug-Ins

5 min read

Based on Obsidian Explained (No Code Required)'s video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Use typewriter mode to center the active writing area and keep the cursor visually dominant, with typewriter scrolling to maintain a stable on-screen offset.

Briefing

Long-form writing in Obsidian can feel constantly interrupted by sidebars, headers, and visual noise—but a small set of plugins can recreate a “distraction-free” workflow similar to Scrivener. The core idea is to keep the cursor and current line visually dominant while pushing everything else into the background, then optionally remove most interface clutter via full-screen focus.

The walkthrough starts with “typewriter mode,” which centers the writing experience around the active line. In Scrivener-like fashion, only the sentence being edited stays sharp while surrounding text blurs or dims. The creator prefers a centered typing position that remains stable as the document grows, using “typewriter scrolling” so the cursor stays around a chosen offset (for example, around 40% down the screen) rather than dead-centering at 50% or letting the cursor drift toward the bottom. This is paired with line-length control (e.g., limiting characters per line to about 50) to prevent the cursor from sitting far to the side and to keep reading and editing comfortable.

A key practical step is configuring typewriter mode’s behavior so it doesn’t create new distractions. The transcript notes that certain combinations can cause glitchy or distracting highlighting—such as a gray highlight bar blinking on every keystroke after an update. The workaround is to disable the problematic elements (like “highlighting current line” and paragraph dimming) and keep only the parts that matter most: typewriter scrolling and the centered cursor/entry area. That way, the plugin supports focus without turning the editor into a flashing UI.

Next comes a “focused mode” layer that dims unfocused text more aggressively. The walkthrough installs a separate plugin for focus styling (with an opacity setting such as 0.3 for unfocused text, meaning the text becomes heavily transparent). This plugin can be toggled from the command palette, letting the user switch between normal reading clarity and writing focus on demand.

Finally, the transcript addresses the remaining problem: even with focus and dimming, Obsidian’s interface chrome can still pull attention. The solution is a full-screen focus mode plugin that strips the workspace down to a minimal editing view. It can be toggled via the command palette (and optionally assigned a hotkey like Command-Shift-F). In that mode, the editor becomes close to a clean writing canvas—headers and most interface elements disappear—so the user can type without fighting sidebars, panels, or other UI distractions.

Taken together, the setup is a three-part system: center the active line (typewriter mode), optionally dim everything else (focus mode), and remove interface clutter (full-screen focus). The result is a more stable, less glitch-prone distraction-free writing workflow inside Obsidian for long sessions.

Cornell Notes

The transcript lays out a three-plugin approach to make Obsidian feel like Scrivener’s distraction-free writing. “Typewriter mode” centers the cursor and keeps the active line visually dominant using typewriter scrolling with a chosen screen offset (e.g., around 40%). If highlighting or dimming causes blinking or other glitches after updates, the fix is to disable the problematic options and keep only the cursor/scroll behavior. A separate “focus mode” plugin can dim unfocused text using an opacity level (e.g., 0.3) when deeper concentration is needed. For maximum focus, a full-screen focus mode plugin removes most interface clutter so typing happens in a minimal editor view.

How does typewriter mode recreate a Scrivener-like “only what I’m writing is in focus” experience inside Obsidian?

It centers the typing area and keeps the active line dominant while the rest of the document is visually de-emphasized. The configuration emphasized in the transcript includes enabling typewriter mode and typewriter scrolling, then setting an offset (for example, not dead-center at 50% but closer to 40% so the cursor sits slightly above the middle). As the user types and scrolls, the text moves past the offset while the cursor stays in the comfortable writing zone.

Why does the transcript recommend limiting line width (e.g., ~50 characters) in typewriter mode?

The cursor and editing area can look awkward if lines are too long—especially when the typing area is visually constrained. By limiting maximum characters per line (the transcript suggests around 50), the writing column stays centered and avoids a “cursor way over to the side” effect. The transcript also notes that Obsidian’s own “readable line length” setting can interfere, so users may need to disable that option to let typewriter mode’s line width take priority.

What should be done if highlighting or other effects blink on every keystroke?

A glitch described in the transcript involves a gray highlight bar blinking every time a key is pressed, which becomes distracting. The suggested remedy is to go back into typewriter mode settings and only enable typewriter scrolling—then turn off highlighting current line and dimming paragraphs. This keeps the core benefit (stable cursor/entry position) while removing the flashing behavior.

How does the focus mode plugin differ from typewriter mode?

Typewriter mode primarily manages where the cursor and active line sit on the screen. Focus mode adds a visual treatment for unfocused text—dimming it using an opacity level (the transcript gives 0.3 as an example, meaning unfocused text is only about 30% visible). The user can toggle focus mode on when writing and off when reading.

Why add a full-screen focus mode plugin after configuring typewriter and focus modes?

Even with cursor centering and dimming, Obsidian’s interface elements (headers, sidebars, panels) can still pull attention. Full-screen focus mode reduces the editor to a minimal interface so typing happens with far fewer distractions. The transcript mentions toggling it via the command palette and optionally assigning a hotkey such as Command-Shift-F.

Review Questions

  1. If typewriter mode’s line width doesn’t match the expected narrow column, what Obsidian setting might override it, and how would you adjust it?
  2. Which specific typewriter mode options does the transcript recommend disabling to stop a blinking highlight bar, and why?
  3. How do typewriter mode and focus mode complement each other when switching between writing and reading?

Key Points

  1. 1

    Use typewriter mode to center the active writing area and keep the cursor visually dominant, with typewriter scrolling to maintain a stable on-screen offset.

  2. 2

    Set a comfortable typewriter scrolling offset (e.g., around 40% rather than 50%) so the cursor stays in the middle-ish zone as you write.

  3. 3

    Limit maximum characters per line (around 50) to prevent awkward cursor placement and to keep the writing column readable.

  4. 4

    If updates cause blinking or glitchy highlighting, disable the specific problematic effects (like current-line highlighting and paragraph dimming) and keep only typewriter scrolling.

  5. 5

    Add a focus mode plugin to dim unfocused text using an opacity setting (e.g., 0.3) for deeper concentration when needed.

  6. 6

    Use full-screen focus mode to remove remaining interface clutter so focus doesn’t depend solely on dimming effects.

  7. 7

    When settings conflict, check Obsidian editor display options (like readable line length) that can override plugin-level line width.

Highlights

Typewriter scrolling keeps the cursor in a chosen “writing zone” (often slightly above center), so the page doesn’t feel like it’s constantly dragging attention downward.
A blinking gray highlight bar on every keystroke can be fixed by turning off current-line highlighting and paragraph dimming while leaving typewriter scrolling enabled.
Full-screen focus mode is the final step that removes Obsidian chrome, making the editor feel like a clean writing canvas.

Topics

  • Distraction-Free Writing
  • Obsidian Plugins
  • Typewriter Mode
  • Focus Mode
  • Full-Screen Editing