Add vault content - WORK folder, Tasks, Projects, Summaries, Templates

This commit is contained in:
AlexAI
2026-02-24 09:46:07 -06:00
parent bc3284ad69
commit c402fb1161
41 changed files with 4299 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
# 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-conflict` files instead of silent overwrites
---
## Setup Highlights
1. **Obsidian vault** = folder of Markdown files
2. **Syncthing** folder type: Send & Receive
3. **File versioning** enabled (keeps 5-10 backups)
4. **Ignore patterns** for `.obsidian/cache` and `workspace*` (prevents UI conflicts)
5. **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 (`.obsidian` folder 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.