For a long time, my digital journaling routine was more of a distraction than a creative outlet. Every time I sat down to brainstorm ideas for my business, I’d get sidetracked by formatting options, pesky grammar checks, and endless options in Word documents or ClickUp docs.
Even though I love typing, these distractions were breaking my flow.
I’ve always been a fan of typing out my thoughts—there’s something about the digital rhythm of keystrokes that feels natural to me. But the problem was that every time I opened a document, my mind would wander. I’d notice every little detail: the urge to format a heading, fix a comma, or adjust the spacing. It wasn’t that I didn’t enjoy journaling; I just couldn’t stay focused on what really mattered.
I even tried going back to the old-school method of journaling in a physical notebook. While there’s a nostalgic charm to putting pen to paper, I soon discovered its limitations. Writing by hand slowed me down, and after a while, my hand would get tired.
Plus, finding a specific note or idea was like searching for a needle in a haystack. I knew there had to be a better way to capture my thoughts—one that combined the benefits of digital convenience with a distraction-free interface.
The turning point came when I was busy learning to code. In the midst of this learning curve, I stumbled upon something called Zen Mode in Visual Studio Code (VS Code). Intrigued by the promise of a distraction-free workspace, I decided to give it a try. And it turned out to be exactly what I needed.
Zen Mode in VS Code transforms your workspace into a minimalist haven, stripping away all the unnecessary panels, sidebars, and notifications. It’s just you and your content—no formatting temptations, no grammar prompts, just a blank canvas for your thoughts.
Once I had the distraction-free environment, I realized I needed a simple, yet powerful way to format my notes. That’s when I discovered Markdown. Markdown is a lightweight markup language that’s perfect for brainstorming and journaling. It supports the basics I need:
Markdown is incredibly simple to use, and while it can do much more, it’s all I really need when I’m jotting down ideas.
If you’re curious about how to set up your own distraction-free journaling space, here’s a step-by-step guide:
Download VS Code:
Set Up Your Markdown File:
.md
extension (e.g., journal.md
).Enter Zen Mode:
Ctrl+K Z
(or Cmd+K Z
on macOS). This will open a minimal interface with nothing but your file.View > Appearance > Zen Mode
.Start Journaling in Markdown:
Preview Your Markdown:
Ctrl+Shift+V
(Cmd+Shift+V
on macOS).Switching to a distraction-free journaling method has done wonders for my productivity and clarity. By eliminating the clutter:
By reclaiming my focus, I’ve been able to transform the way I approach both my business and personal projects.
If you find yourself battling distractions every time you sit down to journal or brainstorm, consider giving VS Code Zen Mode and Markdown a try. This setup offers a streamlined, distraction-free environment that allows your thoughts to flow freely—without the constant interruptions of formatting or grammar fixes.
Take a step back, download VS Code, and create your own minimalist journaling space. You might just find, as I did, that the right tools can lead to unexpected clarity and productivity.
Happy journaling!