Markdown-based Journals & Daily Notes

One file per day: 2026-07-18.md. That's the entire system, and its entireness is the point. No journaling app to subscribe to, no cloud that reads your diary, no format that dies with a startup. A folder of dated text files, accumulating quietly for decades.

Why markdown for the most personal writing

Journals are the content where the plain-text guarantees matter most:

  • You'll want these in 30 years. Plain text is the only format with that lifespan. Every journaling app you could pick today is a bet that a company outlives your diary.
  • Private by default. Files on your disk. Nothing phones home. (Encrypt the folder if you like; they're just files.)
  • Searchable across a lifetime. "When did I first mention burnout?" is instant across ten years of entries.
  • Reviewable with AI, on your terms. Point a local AI tool at the folder and ask "what was I working on last March?" or "summarise this year's recurring worries". Your journal becomes queryable memory, without uploading your inner life to anyone.

The setup (five minutes)

Obsidian has this built in: turn on Daily Notes and clicking the calendar icon creates today's file. Add a template so each day starts with your structure. A common one:

## Log
-

## Tasks
- [ ]

## Notes

Adjust to taste: gratitude lines, a mood field in frontmatter (mood: 7 — now your journal is a database you can chart), links to the people and projects you mention. Wiki-links are quietly powerful here: [[Sarah]] in enough daily notes gives you, via backlinks, a timeline of every day involving Sarah.

Habits that make it stick

  • Interstitial jotting: one line as things happen beats a paragraph reconstructed at midnight.
  • Weekly review: skim the week's files, promote anything that matured into a real note.
  • Don't fetishise streaks. Missed days are blank files that never existed; the folder doesn't judge.

Daily notes usually end up as the beating heart of a wider knowledge base: the inbox where everything lands before it finds a home. Start with the journal; the rest tends to grow around it.

Built with LogoFlowershow