How Americans manage work notes digitally for remote workers without losing their minds
1. Everyone thinks Notion is the answer until it isn’t
I was fully in on Notion for about three months. Templates? Gorgeous. Sharing pages? Easy. But then the databases started acting up. If you insert a linked database view and then duplicate the page, filters often break — or worse, silently revert to default settings. This caused a team meeting doc to suddenly include notes from an unrelated offsite 🤦♂️. No errors, just confusing behavior.
On a good day, Notion is clean, intuitive, and great for structured notes. I had a workspace for project docs, another for weekly check-ins, and a third for random reference stuff — like that one Loom link I never watched but didn’t want to forget. But once we went fully async, the cracks showed. Comments don’t trigger reliable notifications. Search started skipping older pages unless you used exact phrasing. And the mobile app tries so hard to be desktop-like that it’s just… slow.
Also — little thing but a huge daily annoyance: if you paste a line from Slack into a Notion code block, you’ll usually end up with invisible carriage returns. This means copying it back into your CLI later breaks your command. Took me three hours to figure that out the first time it happened 😛
2. Google Docs still works when you give up on everything else
There’s something to be said for tools that don’t care about feeling “cool.” When a Notion outage took down our whole ops team during a hiring sprint, we reverted to Google Docs and sheets. It was like going from a smart fridge back to pen and paper, but it worked.
Bullet-pointed standup notes? Works fine.
Backlog grooming checklist? Copy-paste from Asana into a doc, no formatting hell.
Personal goal tracking? It ain’t beautiful, but a table in Docs still beats half-finished habit tracker templates in Notion.
One major win: Docs lets you comment and tag people without making them jump through workspace permission hoops. Notion makes you add them to the doc AND to the workspace — and sometimes even then the person “can’t view this page.”
Docs also syncs infinitely better in terrible hotel WiFi. Not glamorous, but when I was working off an iPad from a diner in upstate New York, Docs was the only part of my stack that didn’t die.
Still: version history in Docs feels like flipping through a shredded fax. Not easy to find timestamps. Unlike Notion, it doesn’t auto-snapshot midway through edits, so if you delete something while zoned out at 2 a.m., guess what — it’s gone 🙂
3. Slack is not a note-taking tool but people keep using it like one
I’ve seen product teams stack their entire company history into pinned Slack threads. Every feature decision, every support edge case, every lunch order. Search in Slack? It’s basically a black hole.
Slack tries to surface “relevant” messages but that logic breaks the moment someone uses non-standard phrasing. One time I spent 20 minutes searching for the final OKR doc someone said they “linked in channel,” only to realize it was in a thread reply — and Slack search doesn’t index thread replies well at all.
Some folks try to make it work with pinned messages, custom emojis as markers (“:pin: for official notes”, “:eyes: for follow-up”), even dedicated #notes channels. But that just gives you one more place to forget you tucked something important.
True story: for almost six months we thought a key customer story was lost forever. It was actually buried in a #team-sales thread from last year. Slack only found it after someone accidentally typed the exact phrase “significant role renewal” with the same capitalization. ¯\_(ツ)_/¯
4. Obsidian is great if you don’t plan on sharing anything ever
I wanted to love Obsidian. It’s fast. It’s local-first. It’s markdown under the hood. As someone who treats my personal notes like a digital bunker (you never know when you’ll need that 2018 Zapier regex), it seems perfect.
And if you’re the only human who ever needs to look at your docs, Obsidian is magical. It’s incredibly fast, lets you sync with Dropbox or Git (I went Git), and backlinks actually work. I set up a daily journal template that auto-linked to my projects list and inserted my active calendar blocks. There’s a plugin for literally everything, but that’s part of the problem too.
The moment you want to share anything with someone on your team — especially a non-dev — the friction becomes unbearable. Yes, you can publish to the web. But it’s clunky and manual. Yes, there’s a sync plugin. But you need to pay, and your teammates need it configured correctly. And even then, people get confused by markdown headings and raw link syntax.
Worse: mobile is technically usable, but God help you if you try to fix markdown tables on your phone. Alignment turns into chaos if you accidentally backspace into a cell border.
Put simply, Obsidian is the most powerful tool I cannot recommend to coworkers 🙃
5. Actual remote teams use at least three tools at once
If you’re managing notes digitally while remote, here’s the reality: you can’t pick just one tool. Nobody does. What happens instead is this quiet chaos of overlapping systems:
- Project updates go in Notion (when it’s working)
- Status notes or quick wins go in Slack (then quietly vanish from memory)
- Deep work notes or logs land in your private Obsidian vault, if you’re that type
- One-off feedback often gets dumped in Google Docs until someone decides to copy/paste it somewhere more “official” (they never do)
- Screenshots get dropped randomly into shared Drives, where they’re renamed things like “screenshot-FINAL_FINAL-v7.png”
I once had a Zap that monitored a specific Slack emoji on messages and would save the message text to a Notion page. It worked great — until Slack randomly changed the rate limit enforcement and the webhook started returning 429s. The Zap didn’t fail visibly, it just silently skipped messages for several days. So… yeah. Backups are a must.
Oddly, the closest I’ve come to a good system is combining Google Keep (yes, THAT Alex-from-accounting tool) for quick personal jots, with Docs for shared topics, and Readwise for surfacing things I forgot I highlighted months ago. But even that repo gets messy.
So if you’re asking “what do Americans use for digital work notes for remote?” The real answer is: something they’ll probably rebuild again next week.