2.0 KiB
2.0 KiB
I Replaced My Entire Note-Taking System with a Tool That Syncs Without an Account
Source: https://www.makeuseof.com/replaced-entire-note-taking-system-with-tool-that-syncs-without-account/ Summarized: 2026-02-23
TL;DR
The author ditched subscription-based note apps for a free, open-source combo: Obsidian for writing + Syncthing for syncing. Result: full data ownership, no monthly fees, seamless cross-device sync without any cloud middleman.
The Problem
Most note apps (Notion, Evernote, Apple Notes) lock data in proprietary formats on their servers. Two devices? Pay a subscription. Your data, their rules.
The Solution: Obsidian + Syncthing
| Tool | Role | Why It Works |
|---|---|---|
| Obsidian | Note-taking | Local-first, Markdown files (.md), plain text = future-proof |
| Syncthing | Sync | P2P file sync, encrypted, no account needed |
Key Benefits:
- Own your data — Notes are just files in a folder
- No subscriptions — Both tools free and open-source
- Cross-platform — Windows, macOS, Linux, Android, iOS
- Encrypted sync — Direct device-to-device, no server sees content
- Conflict handling — Creates
.sync-conflictfiles instead of silent overwrites
Setup Highlights
- Obsidian vault = folder of Markdown files
- Syncthing folder type: Send & Receive
- File versioning enabled (keeps 5-10 backups)
- Ignore patterns for
.obsidian/cacheandworkspace*(prevents UI conflicts) - Device pairing via ID exchange — works identically desktop & Android
Android: Use Syncthing-Fork (Play Store/F-Droid) with better battery optimization.
Pro Tips
- Syncthing runs continuously → vault always up-to-date
- Bidirectional links + graph view in Obsidian = powerful knowledge mapping
- Plugins/themes sync too (
.obsidianfolder minus cache)
Bottom Line
If you're tired of paying to access your own notes, this combo offers "unfairly good" value once the initial setup clicks into place.