Skip to content

[!abstract] Purpose Folder notes give every KB folder a landing page: a purpose statement, curated links to the most important content, and an auto-generated map of contents. They make the vault navigable for humans and AI alike.


  • Folder Note Template — use this for all new folder notes
  • Folders with folder notes are underlined in the Obsidian sidebar
  • The Waypoint plugin auto-generates the Map of Contents section — do not edit it manually
  • The Templater plugin inserts the template content (Alt-E)

  1. Create the folder in Obsidian’s file explorer
  2. Right-click the folder → Folder Note Commands → Create markdown folder note
  3. The folder note opens (same name as folder)
  4. Press Alt-E → select Create Folder Note template
  5. Fill in:
    • Purpose: what lives here + why it matters (2 sentences max)
    • Key Notes & Concepts: wiki-links to the 3–5 most important files
    • Related Areas: links to adjacent folders or notes
  6. Waypoint auto-populates Map of Contents when you save

Based on 01_Identity (the reference standard):

---
tags: [index]
title: [Folder Name]
---
# [Folder Name]
> [!abstract] Purpose
> [What] — [Why]
---
## 🌟 Key Notes & Concepts
[curated links + concepts]
---
## 🔗 Related Areas
[navigation links]
---
## 🗂️ Map of Contents
[Waypoint auto-generates this]

Purpose callout: 1–2 sentences. First sentence = what lives here. Second = why it matters or how it’s used. Key Notes & Concepts: Curated, not exhaustive. The 3–5 things someone new would most need. Map of Contents: Auto-managed by Waypoint. Do not edit.


  • When to update: When the folder’s purpose changes, or when new key files are added that should be highlighted
  • Who updates: Human reviews quarterly; AI updates when creating new files in a folder it knows well
  • Waypoint: Updates automatically when files are added/removed — no manual action needed