Skip to main content

Vault 76 - My Obsidian Vault Structure

How I organize my notes and resources.

Transparent monochrome sketch of a structured note vault with linked cards

Obsidian is one of the most useful pieces of software I've used.

If someone asked me to choose only two apps for life, VSCode and Obsidian would be my picks.

I've mostly been a multi-vault/multi-app note taker, treating each vault as a separate project or domain. The only issue with this approach for me was to think about where to put a note, and the constant context switching between vaults. I wanted a central point for all my knowledge, projects, and resources.

Conflicts, conflicts

Having tried single-vault systems in the past, I found that it was a bit overwhelming to have everything in one place, and I also missed the organization and separation of different domains. So this is my latest attempt at a single-vault system that does not make my self-proclaimed ADHD go haywire.

The systems that I have tried (and was inspired from) include:

Ultimately, every brain is different and a natural growth of a system is what works best for you. Here's a quick list of dos and don'ts:

  • Do what works for you! Ask yourself what you need from your notes and how you use them.
  • Having an inbox folder is a great way to quickly capture ideas and notes without worrying about where they go.
  • Tags are powerful but don't overthink the need to tag everything.
  • Do not be affected by the pretty vaults and nice graphs and the productivity gurus' advice on how to structure your notes (that might or might not include me).
  • Do not feel obligated to turn Obsidian into your everything app. It's just a note-taking app.
  • Try not falling into the trap of fake productivity, where you spend more time organizing your notes than actually using them. Trying doesn't hurt.
  • Obsidian is not meant for tabular data just yet. Dont @ me.

The bottom line is "Can you find what you need when you need it?".

So I wanted to share my own approach that has evolved over time. I call it "Vault 76" and at this point I think of it less as an everything bucket and more as a personal wiki for knowledge, projects, and reference material. One of the more important corrections I had to make later was this: personal records and admin details do not belong in the wiki just because they matter.

The Tool Selection Problem

Before getting into the vault structure, I had to settle a bigger question: which app for what?

I was running three apps simultaneously - Apple Reminders, Apple Notes, and Obsidian - and everything was spread across all three. Finances in both Notes and Reminders. Travel in both. Goals everywhere. 301 items in Reminders with no real system.

The answer was simpler than I thought:

App Job
Reminders Actionable tasks only. If it has a verb and needs to be done, it goes here. Siri + iPhone integration is unbeatable for quick capture.
Obsidian Notes for thinking, reference, synthesis, and projects. Cross-platform (Mac, Windows, Linux, iOS).
Apple Notes Personal records and admin material - health logs, account inventories, housing/car/travel details, and sketches when convenient.

The forcing questions became simpler:

  • if it has a next action, it belongs in Reminders
  • if it helps me think, it belongs in Obsidian
  • if it exists so I can retrieve an exact detail later, it belongs in Apple Notes

TODOs are not Bucket Lists

One thing that was poisoning my Reminders was mixing task types. A TODO and a bucket list item look similar on the surface, but they're fundamentally different:

  • TODO - something you're committing to do, with implied urgency. Lives in Reminders. You'd feel bad if it didn't get done this week.
  • Bucket List - something you want to experience before you die, no timeline. Lives in Obsidian. Missing it this week changes nothing.

Mixing them creates guilt without progress. Seeing "learn Spanish" next to "buy milk" is a recipe for ignoring both.

If you'd reschedule it, it's a TODO. If you'd reminisce about it, it's a bucket list.

The Vault 76 System

The system uses a numbered hierarchy (0-9) that mirrors a natural workflow from capture to archive.

Top-Level Organization

vault-76/
├── 0. inbox        # Quick capture, clippings, items to process
├── 1. system       # Vault management, templates, scripts, attachments
├── 2. knowledge    # All learning content (theory + domain)
├── 3. projects     # Active work, development, side projects
├── 4. career       # Job hunting, interviews, experience
├── 5. finance      # Finance knowledge, planning, investments, tax notes
├── 6. personal     # Personal knowledge, reflections, hobbies, life notes
├── 7. archive      # Completed/inactive content
├── 8. config       # Technical/system configuration only
└── 9. daily        # Daily notes (date-stamped, ephemeral)

On folder icons: Earlier versions of this vault used emojis directly in folder names (0. inbox 📥). I've since switched to the Iconize plugin, which attaches icons as metadata rather than baking them into the name. This keeps the filesystem and git history clean while preserving the visual hierarchy in Obsidian.

The numbered system creates a natural flow:

  1. Capture (0. inbox) - Quick capture, clippings, things to process
  2. Process (1. system) - Templates, scripts and mental models live here
  3. Learn (2. knowledge) - Reference material and learning notes live here
  4. Create (3. projects) - Active work and development happens here
  5. Grow (4. career) - Professional development and job hunting
  6. Manage (5. finance) - Finance concepts, planning, and investing notes
  7. Live (6. personal) - Personal writing, hobbies, media, and reflections
  8. Archive (7. archive) - Completed or outdated content
  9. Configure (8. config) - Vault setup, plugin documentation, and technical system notes
  10. Journal (9. daily) - Ephemeral date-stamped daily notes

Detailed Structure (Examples)

0. inbox

0. inbox/
├── clippings/
├── quick-capture/
└── meeting-notes/

1. system

1. system/
├── templates/
│   ├── weekly-note.md
│   ├── media-review.md
│   ├── note.md
│   ├── prompt.md
│   ├── services.md
│   ├── jobs_template.md
│   ├── chatgpt analysis.md
│   └── model comparison.md
├── scripts/
│   ├── rsync-to-git.sh
│   ├── convert-inline-latex.sh
│   ├── rename-images.sh
│   └── rename-property.py
└── mental-models/
    ├── app-tool-selection.md
    ├── notes-vs-records.md
    └── todos-vs-bucket-list.md

I added a mental-models/ folder to 1. system for decisions about the system itself - which app to use for what, how to distinguish note types, etc. Meta-notes about how you think, not what you think about.

2. knowledge

2. knowledge/
├── computer-science 💻/
├── data-engineering ⚙️/
├── data-science 🔬/
├── llm 🤖/
├── maths 🔢/
├── domain 🏦/
├── snippets ✂️/
├── tools-tech 🔧/
├── articles 📄/
└── education 🎓/
    └── msc-notes/

Articles saved from the web live here once read and worth keeping - not in inbox clippings (that's the queue), but here as processed reference.

3. projects

3. projects/
├── active/
│   ├── current-work/
│   └── side-projects/
├── development/
│   ├── carteakey-dev/
│   │   ├── blog/
│   └── hobby-dev/
├── homelab/
│   ├── guides/
│   ├── hardware/
│   ├── services/
│   └── ideas/
└── learning-projects/

4. career

4. career/
├── job-search/
│   ├── applications/
│   ├── job-listings/
│   └── networking/
├── interviews/
│   ├── preparation/
│   ├── question-banks/
│   ├── company-research/
│   │   └── mcafee/
│   └── interview-logs/
├── resume/
│   ├── versions/
│   └── content/
├── experience/
│   └── tcs/
├── upskilling/
│   └── certifications/
└── people/
    └── professional-contacts/

5. finance

5. finance/
├── budgeting/
├── investing/
├── credit-cards/
├── taxes/
└── side-income/
    ├── beer-money/
    └── freelancing/

This section works best for finance knowledge and planning. Exact account details, balances, application references, and other admin records are better kept in Apple Notes.

6. personal

6. personal/
├── health 🏥/
├── home 🏠/
├── hobbies 🎮/
├── media 🎬/
│   ├── movies/
│   └── shows/
├── mazda 🚗/
├── self 🪞/
└── user-manuals 📖/

self/ covers inner life - relationships, personal philosophy, ramblings. media/ is for notes and reviews after watching - the watchlist itself lives in Reminders. Exact personal records such as health logs, account inventories, or car and housing admin notes no longer live here; those moved out to Apple Notes.

7. archive

7. archive/
├── past-projects/
└── outbox/

8. config

Notes about the vault itself - plugin setup guides, CSS snippet explanations, sync configuration, homelab and device setup. Not system templates (those are in 1. system) and not personal account inventories or admin reference.


The beauty of this structure is that it grows with you - whether you add new domains, change careers, or pick up new hobbies, there's a logical place for everything.

A template for this vault is available on GitHub.

However, this is just my approach. The best system is the one you'll actually use consistently. Start simple, let it grow organically, and adjust as needed.


Changelog

2026-04-20

  • Iconize over emojis: Removed emoji suffixes from all folder names. The Iconize plugin now handles visual icons as metadata, keeping the actual folder names clean (1. system not 1. system 📊). Better for scripts, terminal, and git diffs.
  • Plugin update: Added Terminal - a shell terminal pane inside Obsidian. Removed Kanban and Notebook Navigator (not in active use).
  • Templates expanded: Added weekly-note, media-review, note, jobs_template, chatgpt analysis, and model comparison to 1. system/templates/.
  • Agent workflows: Added upgrade.md and lint.md to .agent/workflows/ for AI-assisted vault maintenance.

Learning progress

To learn · saved only in this browser



Subscribe