Brain Dump

How to Organize Brain Dump Notes with iCloud Topic Folders

Updated: 2026-08-31

Organizing your Brain Dump voice notes with iCloud folders creates a filing system that scales as your note collection grows. Instead of searching through hundreds of timestamped files, you can browse notes by topic, project, or purpose.

Why Use Folder Organization

Brain Dump names a note's file after the note's title, sanitized for the filesystem. An untitled note gets a placeholder name you can change. That works fine for capture, but as your collection grows, you need structure.

Folder organization gives you:

Simple 3-Folder System (Best for Most Users)

BrainDump/
├── Work/
├── Personal/
└── Ideas/

When to use: If you capture notes for just a few main areas of life.

Pros: Simple, fast to maintain, hard to overthink Cons: May need subfolders as notes accumulate

BrainDump/
├── Projects/      (active work with deadlines)
├── Areas/         (ongoing responsibilities)
├── Resources/     (reference material)
└── Archive/       (completed or inactive)

When to use: If you follow Tiago Forte's PARA system or want a productivity-focused structure.

Pros: Clear action-oriented organization Cons: Requires discipline to move notes between folders as status changes

Topic-Based System (Best for Specialists)

BrainDump/
├── Meetings/
├── Journal/
├── Writing/
├── Code/
└── Learning/

When to use: If you have distinct types of voice notes with little overlap.

Pros: Notes are easy to find by type Cons: Some notes may fit multiple categories

A Learning/ folder works especially well for voice notes on the books you're reading, organized author-first so a book's chapters stay together.

Chronological with Topics (Hybrid Approach)

BrainDump/
├── 2025/
│   ├── Work/
│   ├── Personal/
│   └── Journal/
├── 2024/
└── Archive/

When to use: If you want both time-based and topic-based organization.

Pros: Easy to archive old notes, maintains context within time periods Cons: More complex structure, notes are spread across year folders

Step-by-Step Setup Guide

Step 1: Plan Your Structure

Before creating folders, answer these questions:

  1. What are the 3-5 main areas where I capture voice notes?
  2. Do I need to separate work from personal?
  3. Do I have specific projects that need dedicated folders?
  4. How often will I review and reorganize notes?

Write down your top 3-7 categories. More than 7 becomes overwhelming.

Step 2: Create Folders in Brain Dump

In the app (recommended):

  1. Open Brain Dump → Settings → Folders & Storage
  2. Tap Add a folder, then New folder
  3. Name your folder (e.g., "Work", "Personal", "Projects"). The sheet shows exactly where it will be created, by default under iCloud Drive → BrainDump
  4. Pick a color, decide whether to index it for search, and tap Create folder
  5. Repeat for each top-level category

Using the Files app instead:

  1. Open the Files app
  2. Navigate to iCloud Drive → BrainDump
  3. Tap the ⋯ (three dots) icon
  4. Select New Folder
  5. Name your folder and repeat for each category

Either method creates the same folder in the same place. On Mac, use Finder → iCloud Drive → BrainDump → New Folder the same way.

Step 3: Establish Naming Conventions

Consistent file naming makes notes easier to find and sort. Choose one format and stick with it:

Option A: Date-First (Best for Chronological Browsing)

2025-01-15 - Meeting with Design Team.md
2025-01-15 - Project Ideas for Q1.md
2025-01-16 - Morning Journal Entry.md

Option B: Topic-First (Best for Subject Browsing)

Design - Meeting Notes Jan 15.md
Projects - Q1 Ideas.md
Journal - Morning Thoughts.md

Option C: Hybrid (Timestamp + Topic)

Work - 2025-01-15 - Design Meeting.md
Personal - 2025-01-15 - Journal.md
Ideas - Product Feature Brainstorm.md

These conventions are for you, not for the app. Brain Dump derives the filename from the note's title, so the fastest way to get a name you want is to say the title first and let the file follow. Renaming the note later renames the file; editing the body does not.

Sanitization is worth knowing if you like punctuation in titles. / \ : * ? | become -, " becomes ', < and > become parentheses, runs of whitespace collapse to one space, and leading dots are stripped. If two notes in a folder end up with the same name, the second gets 2 appended before the .md.

Step 4: Configure Brain Dump's Default Folder (Optional)

  1. Open Brain Dump → Settings → Folders & Storage
  2. Tap the folder you want new captures to land in by default (e.g., "Ideas" for quick captures)
  3. In the folder's detail screen, turn on Default for new notes
  4. New notes will save there until you change the default again

This is a one-way toggle: turning it on for one folder makes it the default, and you switch by turning it on for a different folder later.

Step 5: File Notes Regularly

Choose a filing rhythm:

Quick Filing on iPhone:

  1. Open Files app → BrainDump
  2. Long-press a note file
  3. Tap Move
  4. Select destination folder
  5. Tap Move to confirm

Folders inside an Obsidian vault

If the folder you linked has an .obsidian directory at its root, Brain Dump treats it as a vault, labels it Obsidian Vault in Folders & Storage, and starts deferring to the vault's own configuration. Everything above still applies, with three additions.

Your subfolders inherit the vault's settings. Attachment placement and the templates folder come from .obsidian/app.json and .obsidian/templates.json, which are vault-wide. A subfolder does not need its own configuration to get them.

Three directories are skipped when indexing. Brain Dump's index ignores .obsidian, .trash, and its own hidden .braindump directory. You do not have to exclude them by hand, and a folder scheme that starts with a dot will be skipped too.

Templates bind per folder and inherit downward. A template attached to Work/ also applies inside Work/Meetings/. Those bindings live in .braindump/manifest.json inside the vault, not in an app-private database. See the Obsidian guide for what else Brain Dump writes into a vault.

Workflow Examples

The Daily Reviewer

  1. Throughout day: Record voice notes in Brain Dump; they land in whichever folder has Default for new notes turned on
  2. End of day: Open Files app, review today's notes
  3. 5-minute filing: Move work notes to Work folder, journal entries to Personal, ideas to Ideas
  4. Result: Clean inbox, organized notes ready to find later

The Weekly Organizer

  1. Capture freely: Don't worry about filing during the week
  2. Friday afternoon: Open iCloud BrainDump folder
  3. Batch process: Sort by date, skim each note, move to appropriate folder
  4. Archive old projects: Move completed project folders to Archive
  5. Result: Weekly reset, clear structure

The Project-Focused Filer

  1. Active projects get folders: Create subfolders for each active project
  2. Voice notes tagged by project: Mention project name while recording ("For the website redesign project...")
  3. File immediately after capture: Move to project folder right away
  4. Archive when done: Move project folder to Archive when complete

Advanced Organization Strategies

Use Subfolders Sparingly

Only create subfolders when a top-level folder has 30+ notes and clear subcategories emerge.

Example:

Work/
├── Meetings/
├── Action Items/
└── Planning/

Create an Inbox Folder

Keep the Brain Dump root folder as an inbox:

BrainDump/
├── _Inbox/          (new captures land here)
├── Work/
├── Personal/
└── Ideas/

Set Brain Dump to save to _Inbox by default, then file from there.

Use Prefixes for Sorting

Add number or emoji prefixes to control folder sort order:

1_Work/
2_Personal/
3_Projects/
4_Archive/

Or with emojis (renders on iPhone/Mac):

📁 Work/
💭 Personal/
💡 Ideas/
🗄️ Archive/

Implement GTD-Style Next Actions

Create an @Actions folder for notes that require follow-up:

BrainDump/
├── @Actions/      (needs review or action)
├── Work/
├── Personal/
└── Reference/

Troubleshooting Common Issues

Q: I have too many folders and can't find anything A: Consolidate. Aim for 3-7 top-level folders max. Move subfolders up a level or merge similar categories.

Q: Some notes fit multiple folders A: Choose the folder where you'll most likely look for the note. Or use tags in note content instead of folders.

Q: I forget to file notes A: Set a daily or weekly calendar reminder. Or accept that some notes stay unfiled. It's not a productivity system, it's a filing system.

Q: Will moving notes between folders break my wikilinks? A: Brain Dump resolves [[wikilinks]] against an index of the whole vault, matching on title, filename stem, alias, and path, so a link keeps resolving after a note moves within the vault. A move made outside the app is detected as a move, not as a delete followed by a new file. Links written with an explicit folder path are the exception: those are paths, and paths change when you move things.

Maintenance Tips

Weekly Triage

Monthly Review

Quarterly Reset

Frequently Asked Questions

Does Brain Dump have built-in folder support? Yes. Settings → Folders & Storage lets you create, color, rename, move, and set a default folder from inside the app. Since the folders live in iCloud Drive, you can also manage them with the Files app or Finder if you prefer.

Will organizing notes slow down iCloud sync? No. iCloud syncs folder structures efficiently. Even with hundreds of notes across many folders, sync is fast.

Can I automate note filing? Not natively in Brain Dump, but you can use iOS Shortcuts or Mac Automator scripts to move files based on keywords in the filename.

What about tags instead of folders? Folders and tags serve different purposes. Use folders for broad categories and tags (in note content) for cross-cutting themes.