Get AI summaries of any video or article — Sign up free
Note taking templates I use in Obsidian (Obsidian Tour 2023) thumbnail

Note taking templates I use in Obsidian (Obsidian Tour 2023)

Nicole van der Hoeven·
6 min read

Based on Nicole van der Hoeven's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Templates turn repeated note structures into reusable patterns, reducing repetitive typing and low-value work.

Briefing

Obsidian templates have become a practical antidote to repetitive, low-value note-taking—turning repeated “same-structure” work into one-click creation with consistent metadata, checklists, and cross-links. After noticing years ago that she was rewriting the same note types over and over, Nicole van der Hoeven leaned on Obsidian’s core Templates plugin to automate note creation, and later built a library that now totals 110+ templates. The payoff isn’t just speed; templates enforce structure, improve searchability, and create traceability across related notes (so quarterly reviews point back to yearly ones, and recurring meetings roll up into a single index).

Templates in Obsidian come in two flavors: the built-in core plugin and the community plugin Templater. Core templates handle most needs, while Templater adds “templates on steroids,” including more complex macros and even JavaScript execution inside an Obsidian vault. Her focus stays on the templates themselves—how they’re organized and how they’re used across distinct workflows.

She groups her template usage into five major categories: meetings, people, periodic notes, gaming, and creating. Meeting templates start with a default “ad hoc” meeting format that includes frontmatter metadata such as date, meeting type, and company, plus structured sections for attendees, agenda (pre-meeting), meeting log (during), and next actions (after). When creating a meeting, she inserts the template via hotkeys or a modal, then runs a command to replace template strings (like date and title). A key detail is that headings can be links that update automatically, reducing manual cleanup.

People templates focus on keeping personal notes organized and controllable. Metadata may include optional fields (like a “Hugs” preference), and a small code snippet moves person notes into a private folder so they can be excluded from Obsidian Publish. She also embeds agendas from people’s notes into meeting notes—so a meeting with David can automatically pull in an agenda item tied to his own stored context.

Periodic notes rely on templates to drive goal-setting and continuity. Her yearly review template prompts for OKRs and uses embeds to pull last year’s review and OKRs into the current year’s note. Quarterly templates then link back to the yearly review, creating a chain from weekly to monthly to quarterly to yearly. That structure keeps attention on higher-level goals rather than only the “now.”

Gaming templates support session documentation and continuity. A player session template includes metadata for use with Fantasy Calendar/calendarium, a session summary, and an embedded recap from the previous session. GM templates add structure for pacing, and additional templates help capture post-session entities like deities, NPCs, items, or locations—especially useful for systems with a fixed sequence of events.

Finally, templates support creation workflows. Video templates standardize metadata and include production checklists, while writing templates provide structured prompts so the blank cursor doesn’t trigger writer’s block. She recommends starting with templates only when repetition demands it, storing them in a dedicated Templates folder, updating templates when patterns change, and using find-and-replace (or an editor) to retrofit older notes. Quick Add macros can automate multi-step creation—like generating a meeting note from a daily note, applying the template, moving it to the right folder, and opening it in a split view. The throughline: templates save time, enforce consistency, and connect notes into a navigable system.

Cornell Notes

Nicole van der Hoeven uses Obsidian Templates to eliminate repetitive note creation and to keep metadata, structure, and links consistent across workflows. Her template library (110+ notes) is organized around five categories: meetings, people, periodic notes, gaming, and creating. Meeting templates standardize date/title metadata and include sections for attendees, agenda, meeting log, and next actions, often using linked headings that update automatically. Periodic templates create traceability by embedding and linking higher-level reviews (e.g., quarterly notes reference yearly notes, and monthly/weekly roll up upward). For gaming and writing, templates provide session continuity (including embedded recaps) and structured prompts that reduce writer’s block when starting from a blank page.

How do meeting templates reduce manual work beyond just saving time?

They standardize both metadata and workflow steps. The default meeting template uses template strings to auto-fill today’s date and the meeting title, and it includes structured sections for attendees, agenda (pre-meeting), meeting log (during), and next actions (after). Linked headings can update automatically when the title changes, which prevents stale headings and extra cleanup. She also inserts templates via hotkeys or a modal, then runs a command to replace template strings in the active file.

What role do “people” templates play in keeping meetings accurate and searchable?

People templates store reusable context—especially agendas and personal preferences—and can feed that context into meeting notes. She embeds parts of a person’s note (for example, an agenda item about David’s fourth quarter OKRs) directly into the meeting template. She also uses a code snippet to move person notes into a private folder so they can be excluded from Obsidian Publish, keeping sensitive notes out of public exports.

How do periodic note templates create traceability across time horizons?

They chain notes together using embeds and links so lower-level notes reference higher-level goals. Her yearly review template prompts for OKRs and embeds last year’s review and OKRs. The quarterly template then links back to the yearly review, and the same pattern can extend downward (weekly → monthly → quarterly → yearly). This keeps ongoing work connected to the bigger objectives rather than staying trapped in day-to-day details.

What makes gaming templates especially useful for session continuity?

They capture recurring structure and automatically carry forward context. A player session template includes metadata for calendaring tools (Fantasy Calendar/calendarium), a session summary area, and a recap section that embeds the recap from the previous session. She also uses a script that finds the previous session file name and inserts it into the template, so the recap linkage stays current.

Why use writing templates when the goal is creative work?

Templates act as structured prompts that prevent writer’s block from the blank page. Instead of starting from scratch, she chooses a format (e.g., “mistakes and lessons”) and the template provides a skeleton of headings and actionable prompts. The template helps her start with the advice she already knows, then refine the “major piece of advice” after filling in actionable sections. She also uses a list of different formats to break out of creative ruts.

What practical rules help templates stay maintainable over time?

She advises not going overboard—create templates only when repetition proves it’s worth it. Keep templates in a dedicated Templates folder to avoid confusing them with real notes. When patterns change, update the template so future notes stay consistent, and retrofit older notes using find-and-replace in an editor like Visual Studio Code or Notepad++. For faster creation, Quick Add macros can automate multi-step workflows like creating a meeting note from a daily note, applying the template, moving it to the correct folder, and opening it in a split view.

Review Questions

  1. Which five categories does she use to organize her templates, and what is one concrete example from each category?
  2. How do linked headings and template string replacement work together in her meeting workflow?
  3. What mechanisms (embeds, links, scripts, or macros) create continuity between related notes in periodic notes and gaming sessions?

Key Points

  1. 1

    Templates turn repeated note structures into reusable patterns, reducing repetitive typing and low-value work.

  2. 2

    Obsidian core Templates covers most needs, while Templater adds advanced macros and even JavaScript for more complex automation.

  3. 3

    Meeting templates standardize metadata and workflow sections (attendees, agenda, log, next actions) and can use linked headings that update automatically.

  4. 4

    People templates support privacy and reuse by moving notes into private folders to avoid publishing and by embedding agendas into meeting notes.

  5. 5

    Periodic templates create traceability by embedding and linking higher-level reviews so quarterly and monthly notes stay connected to yearly goals.

  6. 6

    Gaming templates improve session continuity by embedding prior-session recaps and using scripts to reference the previous session file.

  7. 7

    Template maintenance matters: create templates only when repetition demands it, store them in a dedicated folder, update them when patterns change, and use find-and-replace to keep older notes consistent.

Highlights

A default meeting template includes not just date/title metadata, but also a full workflow: agenda before, log during, and next actions after—so every meeting note follows the same structure.
Periodic notes are chained through embeds and links: quarterly notes reference yearly reviews, which keeps day-to-day work aligned with long-term OKRs.
Gaming session templates embed the previous session’s recap, and a script helps automatically identify the prior session file to keep continuity intact.
Writing templates reduce writer’s block by offering prebuilt heading structures and prompts, letting the writer start with actionable advice instead of a blank page.
Quick Add macros can automate multi-step note creation—prompting for names, creating and templating notes, moving them to the right folder, and opening them for editing.

Topics