@laobaishare: https://x.com/laobaishare/status/2069714190693261789

X AI KOLs Timeline Tools

Summary

This article provides a detailed guide on using the Templater plugin in Obsidian to create multiple note templates for scenarios such as quick notes, meetings, and projects, helping users organize and manage their notes more efficiently.

https://t.co/cwibpoKgOj
Original Article
View Cached Full Text

Cached at: 06/24/26, 04:27 PM

【Obsidian in Practice】Make Every Note Work for You

Most notes disappear the moment they’re written.

Not because the ideas are bad, or because they won’t be useful later—but because they’re captured in a form that’s hard to find, hard to connect, and hard to act on.

A blank note is actually a burden. You have to make all the “formatting decisions” in the moment of writing—but your mind is busy thinking, so you jot things down hastily. The structure is messy, key points buried. Six months later, you dig it out and can’t even understand what you were trying to do with it.

Templates are the opposite: they make all structural decisions for you in advance. Open a template, every section that needs filling is waiting. You only fill in the key content, close it. This note is usable now, and still findable six months later.

Why Most People Don’t Get Results from Templates

Not because templates are complicated, but because most people create only one universal template and wonder why it didn’t help.

A template that can do everything does nothing well. A template for recording book quotes shouldn’t be the same as one for logging a business decision; meeting minutes and project overviews shouldn’t look the same either.

A truly useful system is a tailored template for each type of note you frequently write. When you need to write, you grab the right one. Here’s the system.

First, Install Templater

Before you start, install Templater from Obsidian’s community plugins. It lets you include “dynamic variables” in templates—automatically filling in dates, titles, etc., when you create a new note.

Most common variables:

{{title}}            → Note title
{{date:YYYY-MM-DD}}  → Today's date
{{date:dddd}}        → Day of week
{{date:HH:mm}}       → Current time
{{time}}             → Current time (short)

Set Templater’s template folder to your 10-SYSTEM/templates, and enable “Trigger template on new file creation”.

Unified Header for All Templates

All templates in this article have a unified property block at the top:

---
type: [note type]
created: {{date:YYYY-MM-DD}}
status: [active / complete / archive]
tags: []
---

This property block is key to enabling cross-note queries later. For example, viewing “all active projects” or “all decisions made this month” relies on it.

Category 1 · Quick Captures & Inbox

These templates prioritize speed—type less, store more, and organize later. The following patterns also apply to: long tweets, Zhihu/Xiaohongshu discussions, podcasts, news, papers, voice memos, sudden inspiration, travel observations, etc.

1.1 Idea Snapshot

---
type: capture-idea
created: {{date:YYYY-MM-DD}}
status: inbox
tags: []
---
# {{title}}

## What this idea is
[Describe in a sentence: what exactly is it?]

## Why now
[Why did it come up today?]

## Related to what
[What existing content in your note library is it related to?]

## Possible use
[Where could this idea go?]

## Next step
- [ ] [What to do with it next?]

1.2 Article / Content Save

---
type: capture-article
created: {{date:YYYY-MM-DD}}
source_url: 
author: 
status: inbox
tags: []
---
# {{title}}

## Why I saved it
[One sentence: what's worth keeping?]

## Core idea
[The single most important sentence in this piece]

## Supporting arguments
--

## My reaction
[How do I see it? Where do I agree/disagree?]

## Connections
[What in my library does it relate to?]

## Next step
- [ ]

1.3 Podcast Episode

---
type: capture-podcast
created: {{date:YYYY-MM-DD}}
podcast: 
episode: 
guest: 
status: inbox
tags: []
---
# {{title}}

## Most valuable snippet
[Timestamp + the quote]

## One thing I'm taking away
[The only thing I'm carrying from this episode]

## Golden quote worth keeping
>

## What it made me think of
[What thoughts were triggered?]

## Action
- [ ]

1.4 Book Highlight

---
type: capture-book-highlight
created: {{date:YYYY-MM-DD}}
book: 
author: 
page: 
status: inbox
tags: []
---
# {{title}}

## Highlighted original text
> [Original quote]

## Why it matters
[Why did I highlight this?]

## In my own words
[What does it really mean?]

## Where to file
[Which permanent note should this be merged into?]

1.5 Video / Talk

---
type: capture-video
created: {{date:YYYY-MM-DD}}
source: 
speaker: 
url: 
status: inbox
tags: []
---
# {{title}}

## Core argument
[What is it mainly arguing?]

## Most compelling evidence
[Which evidence is most convincing?]

## What I disagree with
[Where did I want to argue while watching?]

## How to use
[What can I do with this?]

## Next step
- [ ]

Category 2 · Meetings & Conversations

Meeting notes are among the highest leverage in the workplace. Most meeting minutes are useless because they record “who said what” instead of “what was decided and who will do what.”

2.1 Standard Meeting Minutes

---
type: meeting
created: {{date:YYYY-MM-DD}}
time: {{date:HH:mm}}
attendees: []
project: 
status: active
tags: []
---
# {{title}}

## What this meeting was supposed to solve
[Original goal]

## Decisions made
Decision: 
Owner: 
Key assumption: 
Review date: 

## Action items
- [ ] [Item] — [Owner] — [Deadline]
- [ ]

## Information shared
[Background and progress updates that were just communicated, no decisions made]

## Open questions
[Questions raised but not resolved]

## Next meeting
Date: 
Agenda: 

## Strategic alignment
[How does this meeting connect to current priorities?]

2.2 One-on-One

---
type: meeting-1on1
created: {{date:YYYY-MM-DD}}
person: 
frequency: 
status: active
tags: []
---
# 1:1 with [Name] — {{date:MMMM D, YYYY}}

## Previous commitments
[What did each person commit to last time?]

## What's going well
[What's working and should continue?]

## What's not
[What needs to change?]

## What he/she needs from me
[What support is needed?]

## Feedback given
[Two-way feedback record]

## This time's commitments
- [ ] [Me] —
- [ ] [Him/Her] —

## Topics for next time
-

2.3 Client Communication

---
type: meeting-client
created: {{date:YYYY-MM-DD}}
client: 
contact: 
project: 
status: active
tags: []
---
# Client Call: [Client Name] — {{date:MMMM D, YYYY}}

## Client's current situation
[What did they say about where they are now?]

## Issues or concerns raised
[What are they worried about?]

## What they need from us
[Explicit + implicit needs]

## Mutual commitments
- [ ] [Our commitment] — [When]
- [ ] [Their commitment] — [When]

## Relationship temperature
[Hot / Warm / Cold — and why]

## Risk signals
[Any signs of churn or dissatisfaction]

## Opportunity signals
[Any signs for expansion or deeper collaboration]

## Follow-up email
[Draft the follow-up email here immediately after the call]

2.4 Interview Record

---
type: meeting-interview
created: {{date:YYYY-MM-DD}}
candidate: 
role: 
interviewer: 
status: active
tags: []
---
# Interview: [Candidate] / [Role]

## First impression
[What struck me most in the first five minutes?]

## Strongest signal
[The most positive point from this interview]

## Weakest signal
[The most concerning point]

## Answers to key questions
Q: 
A: 

## Cultural fit
[How well does he/she fit with the team and company?]

## Hire / No-hire recommendation
Conclusion: 
Reason: 

## Questions for reference check
-

2.5 Negotiation Preparation

---
type: meeting-negotiation
created: {{date:YYYY-MM-DD}}
negotiation: 
other_party: 
status: active
tags: []
---
# Negotiation Prep: {{title}}

## What I want
[Ideal outcome]

## What I can accept
[Bottom line outcome]

## What I will not accept
[Walk-away conditions]

## What the other side wants
[My assessment of their position]

## My leverage
[What gives me negotiating power?]

## Their leverage
[What gives them negotiating power?]

## Their likely opening
[How do I expect them to start?]

## My responses
[How I handle each opening]

## Non-negotiables
[Lines I will not cross under any circumstances]

Category 3 · Projects

Give every project a unified structure so status is visible at a glance and handoffs require no explanation.

3.1 Project Overview

---
type: project
created: {{date:YYYY-MM-DD}}
status: active
priority: high
deadline: 
owner: 
tags: []
---
# {{title}}

## What is this
[Describe the project in one paragraph]

## Why it matters
[Business or personal rationale]

## What counts as done
[Completion criteria]

## Success metrics
[Which numbers indicate success?]

## Current status
[One sentence on where it stands]

## Next step
- [ ] [The single most important step]

## Task list
- [ ]
- [ ]

## Decision log
[Every important decision on this project]

## Risks
[Known risks + mitigation]

## Resources
[People, budget, tools]

## Related notes
[[]]

3.2 Weekly Project Update

---
type: project-update
created: {{date:YYYY-MM-DD}}
project: 
status: active
tags: []
---
# [Project] — {{date:MMMM D}} This Week

## Status: [On track / At risk / Blocked]

## What got done this week
[Specific completions + evidence]

## What didn't
[Honest assessment of blockers]

## Blockers
[What's stuck, who can unstick?]

## Next week's focus
[The one most important thing next week]

## Decisions needed
[Decisions required from stakeholders]

## Timeline update
[Is the deadline still realistic? If not, new estimate?]

3.3 Project Retrospective

---
type: project-review
created: {{date:YYYY-MM-DD}}
project: 
status: complete
tags: []
---
# Project Retro: {{title}}

## What we set out to do
[Original scope and goals]

## What actually happened
[Honest record of final deliverables]

## What went right
[Specific what worked and why]

## What went wrong
[Specific what failed and why]

## The single most impactful decision
[Best or worst decision + what it taught]

## What we'll change next time
[Specific changes for next time]

## A pattern worth naming
[Recurring phenomena to watch for in future projects]

## Three things to carry forward to the next project
-

Category 4 · Decisions

This is the category most people don’t use enough. Consistently recording decisions gives you the most valuable layer of “intelligence” in your note library.

4.1 Standard Decision Record

---
type: decision
created: {{date:YYYY-MM-DD}}
status: active
review_date: 
outcome: pending
tags: []
---
# Decision: {{title}}

## What was decided
[Clear, unambiguous statement]

## Why
[Real reasons, not post-hoc justifications]

## Alternatives considered
[Other options and why they were rejected]

## Key assumption
[The single belief this decision depends on being true]

## What success looks like
[Concrete, observable results on review day]

## Early warning signs
[How to spot it going off track before it's too late]

## Review date
{{date:YYYY-MM-DD}} + 90 days

## Outcome
[Fill in on review date]

4.2 High-Stakes Decision

---
type: decision-high-stakes
created: {{date:YYYY-MM-DD}}
status: active
review_date: 
reversibility: [Reversible / Irreversible]
tags: []
---
# High-Stakes Decision: {{title}}

## Decision
[Clearly state what needs to be decided]

## Why it's high-stakes
[What makes this heavier than a normal decision?]

## Reasons for
[Strongest positive arguments for the main option]

## Reasons against
[Strongest counterarguments]

## The option I haven't considered
[What third path did I miss?]

## If someone else asked me, I'd advise
[What would I say if a friend brought this decision?]

## Reversibility assessment
[How hard is it to undo?]

## Pre-mortem
[Assume it failed a year from now—what happened?]

## Final decision
[What I decided and why]

## Accountability
[Who knows about this decision and can push me to review on time?]

4.3 Decision Retrospective

---
type: decision-review
created: {{date:YYYY-MM-DD}}
original_decision: [[]]
status: complete
tags: []
---
# Decision Review: {{title}}

## Original decision
[[Link to original decision note]]

## The key assumption at the time
[What did I believe had to be true?]

## What actually happened
[Honest record of the outcome]

## Was that assumption correct?
[True / False / Partial — with evidence]

## Decision quality
[Given the information at the time, was this a good decision? — Note: not asking if it succeeded]

## What I learned
[Concrete takeaways from this outcome]

## How to use next time
[How will this change the way I make similar decisions?]

Category 5 · Knowledge & Learning

These templates aim to transform information into something you truly understand, not just accumulate.

5.1 Permanent Note

---
type: permanent
created: {{date:YYYY-MM-DD}}
status: active
tags: []
---
# {{title}}

[In your own words, 2-4 sentences explaining your understanding of this concept. Not a copy, your understanding.]

## Why it matters
[What makes it worth keeping? What questions does it help you answer?]

## Its tension
[What does it oppose? What does it complicate?]

## Evidence
[Concrete examples that support it]

## Connections
- [[]] — [How connected]
- [[]] — [How connected]

## Source
[[Literature note]]

## Open questions
[What does this note make me want to investigate next?]

5.2 Literature Note

---
type: literature
created: {{date:YYYY-MM-DD}}
source: 
author: 
type_of_source: [Book / Article / Paper / Video / Podcast]
status: active
tags: []
---
# {{title}}

## Main thesis
[What is this material fundamentally arguing?]

## Most compelling evidence
[Which evidence is most convincing?]

## What I agree with
[Where was I convinced?]

## What I disagree with
[Where did I want to argue?]

## Key quotes
> [Original quote + page or timestamp]

## Permanent notes to create from this
[Which ideas deserve their own note?]
-

5.3 Concept Map

---
type: concept-map
created: {{date:YYYY-MM-DD}}
concept: 
status: active
tags: []
---
# Concept Map: {{title}}

## Definition
[The clearest definition I can write in my own words]

## What it is not
[Common confusions, things easily mistaken for it]

## Core mechanism
[How does it actually work?]

## Examples
[Three examples at different scales or contexts]
1.
2.
3.

## Counter-examples
[When it fails]

## Relationships to related concepts
- [[Related 1]] — [Relationship]
- [[Related 2]] — [Relationship]

## Unresolved questions
[Where is this concept unclear or debated?]

5.4 Course Notes

---
type: course-notes
created: {{date:YYYY-MM-DD}}
course: 
instructor: 
platform: 
status: active
tags: []
---
# {{title}}

## Why I'm taking it
[What problem do I want to solve?]

## Weekly summaries

### Week 1: [Topic]
Core concepts: 
Surprising takeaways: 
Questions raised: 

### Week 2: [Topic]
Core concepts: 
Surprising takeaways: 
Questions raised: 

## The single most important insight
[What changed the way I think after this course?]

## How I'll change my practice
[Specific behavioral changes from this course]

## New permanent notes created
- [[]]
- [[]]

Category 6 · Personal & State

These templates build the layer of your “second brain” about yourself, allowing you to see patterns invisible from a single day—about your behavior, thinking, and state.

6.1 Daily Reflection

---
type: reflection-daily
created: {{date:YYYY-MM-DD}}
day: {{date:dddd}}
energy: [1-10]
status: complete
tags: []
---
# {{date:MMMM D, YYYY}}

## One thing I accomplished today
[The most important one]

## Something I'm proud of
[A specific concrete thing today worth recognizing]

## Something to change
[One specific thing to adjust tomorrow]

## Observation about myself
[Any pattern about my state today?]

## One thing for tomorrow
[The single most important thing tomorrow]

## Gratitude
[One specific thing. Not a list. One thing and why it mattered today.]

6.2 Weekly Reflection

---
type: reflection-weekly
created: {{date:YYYY-MM-DD}}
week: {{date:WW}}
status: complete
tags: []
---
# Week {{date:WW}} — {{date:MMMM D}}

## One honest sentence to describe this week
[What was this week really about?]

## Energy patterns
[When was energy best? What was I doing?]

## Best decision this week
[Which specific one and why it was right]

## Worst decision
[Which specific one and how to change]

## Something I kept putting off that I should have done
[The task I repeatedly avoided]

## Relationship investment
[Who did I invest time in this week? Who did I neglect?]

## Body & health
[Honest assessment of physical state this week]

## Weekly pattern
[A recurring phenomenon worth naming]

## Intention for next week
[Not a goal list. A sentence: what state do I want to show up in?]

6.3 Annual Review

---
type: reflection-annual
created: {{date:YYYY-MM-DD}}
year: {{date:YYYY}}
status: complete
tags: []
---
# Annual Review {{date:YYYY}}

## One honest sentence to describe this year
[Not a highlight reel, the real version]

## What I'm most proud of
[The most personally meaningful achievement]

## What I'm most disappointed about
[The gap between intention and reality that matters most]

## Who made this year better
[People with the most positive impact]

## Who I should have invested more in
[Areas where I underinvested in relationships]

## A belief that changed
[Something I believed in at the start of the year but no longer do]

## Skill I grew
[Where I truly got stronger]

## Skill I let wither
[Something I should have practiced but didn't]

## Theme of the year
[If you had to give this year a title, what would it be?]

## Three things to carry into next year
-

## Three things to leave behind this year
[Three things to stop doing or believing]

## One question for next year
[The question I want to spend the whole year answering]

Category 7 · Finance

Build a layer of compounding “intelligence” around money decisions—most people handle money passively, impulsively, and without record.

7.1 Investment Thesis

---
type: investment-thesis
created: {{date:YYYY-MM-DD}}
asset: 
status: active
tags: []
---
# Investment Thesis: {{title}}

## Core bet
[What am I betting on and why?]

## Why now
[Why is now the right time to enter?]

## Bull case
[Best-case scenario and what needs to be true for it to happen]

## Bear case
[Worst-case scenario and what needs to be true for it to happen]

## Most critical assumption
[The single most important "must be true"]

## Exit conditions
[Under what conditions do I sell/exit?]

## Why this position size
[Why this size, not larger or smaller?]

## Review date
[When to formally reassess]

7.2 Financial Decision Record

---
type: financial-decision
created: {{date:YYYY-MM-DD}}
amount: 
category: [Investment / Purchase / Expense / Income]
status: active
tags: []
---
# Financial Decision: {{title}}

## Decision
[What did I decide about money?]

## Amount
[How much?]

## Reason
[Why make this decision now?]

## Option not taken
[What else could this money have been used for?]

## Opportunity cost
[What did I give up by choosing this?]

## Review date
[When to evaluate if it was right]

## Outcome
[Fill in on review]

Category 8 · Creation & Writing

Make every piece of writing start from a clear purpose and land on a clear reader.

8.1 Article Outline

---
type: article-outline
created: {{date:YYYY-MM-DD}}
topic: 
audience: 
status: draft
tags: []
---
# {{title}}

## One-sentence version
[If I could only say one thing, what is it?]

## Why the reader should care
[What problem does it solve for them?]

## Angle no one else has written
[How is this different from the sea of similar articles?]

## Structure

### Hook
[What makes them read the first sentence?]

### Problem
[What situation is the reader in?]

### Insight
[What don't they know but need to?]

### Evidence
[What proves this insight?]

### Application
[What can they do with it?]

### Closing
[What do they walk away with?]

## Research needed
-

## Data or quotes to find
-

8.2 Long-form Draft

---
type: draft-longform
created: {{date:YYYY-MM-DD}}
outline: [[]]
status: draft
word_count_target: 
tags: []
---
# {{title}}

---
[Body starts here]
---

## Editor's notes
[What is this draft missing?]

## Consider cutting
[Paragraphs that might not be "earning their keep"]

## The strongest sentence
[The best sentence in the whole piece]

## What's missing
[Something that should be here but isn't written yet]

Category 9 · Career Development

Build a layer of self-awareness—which drives career growth more than any single skill or credential.

9.1 Skill Development Plan

---
type: skill-development
created: {{date:YYYY-MM-DD}}
skill: 
current_level: [1-10]
target_level: [1-10]
timeline: 
status: active
tags: []
---
# Skill Development: {{title}}

## Honest current state
[What's my actual level with this skill right now?]

## Target state
[What does proficiency look like?]

## Gap
[What exactly is the difference between now and the target?]

## Practice design
[What kind of deliberate practice would improve fastest?]

## Resources
[Books, courses, people, communities]

## Milestones
- [ ] [30 days]:
- [ ] [60 days]:
- [ ] [90 days]:

## Accountability
[Who will I tell about this plan?]

## Review cadence
[How often to formally evaluate progress?]

9.2 Feedback Log

---
type: feedback-log
created: {{date:YYYY-MM-DD}}
from: 
context: 
status: active
tags: []
---
# Feedback: {{title}}

## What they said
[Original quote or close paraphrase]

## My initial reaction
[How did I emotionally respond?]

## The part I agree with
[What I recognize as true after sitting with it]

## What I disagree with
[What I push back on, and why]

## What it revealed about me
[What pattern does this feedback point to?]

## What I'll change
[Specific behavioral adjustments, if any]

## What I won't change
[And why]

Category 10 · Systems & Infrastructure

Document the “underlying infrastructure” of your life and work. Don’t let anything critical exist only in your head.

10.1 Standard Operating Procedure (SOP)

---
type: sop
created: {{date:YYYY-MM-DD}}
process: 
owner: 
review_date: 
status: active
tags: []
---
# SOP: {{title}}

## Purpose
[What does this process achieve?]

## When to use
[What triggers it?]

## Prerequisites
[What needs to be in place before starting?]

## Steps
1. [Step one]
   - Details:
   - Common mistakes:
2. [Step two]
   - Details:
   - Common mistakes:
3. [Step three]

## Quality check
[How to confirm it's done correctly?]

## Common failures
[Most frequent errors and how to handle them]

## Review date
[When to update this process]

10.2 Quick Reference Guide

---
type: reference
created: {{date:YYYY-MM-DD}}
topic: 
status: active
tags: []
---
# Quick: {{title}}

## One-sentence answer
[The thing someone comes here for, given directly]

## Full explanation
[For those who need more context]

## Examples
[Concrete examples to make it immediately usable]

## Common misconceptions
[What people often get wrong about this]

## Related quick references
- [[]]
- [[]]

## Last reviewed
{{date:YYYY-MM-DD}}

How to Install and Use

Step 1 | Create folders In your vault, create 10-SYSTEM/templates, then create subfolders for each of the ten categories above.

Step 2 | Save each template as a file Each template is a Markdown file in its corresponding subfolder. Name them clearly so they’re easy to find in Templater’s suggestion menu.

Step 3 | Configure Templater Point the template folder path to 10-SYSTEM/templates. Enable the “Trigger template on new file creation” option—so every time you create a new note, you’re prompted to choose a template.

Step 4 | Add a Dataview query Paste this into your dashboard note to see all notes of a specific type:

TABLE created, status
FROM ""
WHERE type = "meeting"
SORT created DESC

Replace "meeting" with any template type to get a live database view of that category.

Step 5 | Use Claude to auto-fill templates The most powerful use of this system is pairing it with Claude. When you have raw meeting notes, a voice memo transcription, or scattered highlights from an article, throw them at Claude:

I have some scattered notes from [context]. Please fill in the template below using ONLY content from the notes. Leave fields blank if information is missing. Do not fabricate content. Mark ambiguous parts with [uncertain].

Template:
[Paste template]

Notes:
[Paste scattered notes]

Claude will turn your messy capture into the structure you designed. Templates set the standard; Claude does the clean-up.

What Happens After Six Months

Month one: You have templates ready for the most common types of notes you write. Building a well-structured note goes from “quite an effort” to “zero friction.”

Month three: Every meeting minutes looks the same, every decision is recorded the same way, every feedback log has the same structure. Finding anything is reliable—because everything is formatted consistently.

Month six: You run a Dataview query across all your decision records. Patterns emerge—failed decisions often share a common feature, successful ones another. You can see them because each decision was recorded consistently enough to be compared.

This is the compounding effect of templates: not that individual notes are better, but that the entire system can surface patterns invisible from any single note.

Templates are not documents. They are the skeleton of a knowledge system that learns from every note you take.

Set up the framework this weekend. Start with the templates you’ll actually use this week, add a few more next week.

Let the knowledge base where “every note truly works” begin with the first template that asks the right questions before you start writing.

Similar Articles

@AYi_AInotes: A counterintuitive truth: the more folders you create in Obsidian, the less useful your note-taking system becomes! Obsidian CEO Steph Ango shared his own note-taking workflow, which is completely different from what most people use. 90% of us are using Obsidian wrong, and the founder himself...

X AI KOLs Timeline

Obsidian CEO Steph Ango shares his low-friction note-taking workflow, centered on using templates, properties, and internal links instead of folders and tags, emphasizing quick capturing and automatic structuring.

@cyrilXBT: https://x.com/cyrilXBT/status/2068345955183735286

X AI KOLs Timeline

A guide offering 500 Obsidian templates organized into ten categories, designed to make notes immediately usable and findable long-term. Covers setup with Templater plugin and emphasizes specific templates for different note types.

@Moting284: https://x.com/Moting284/status/2064564715645530329

X AI KOLs Timeline

This article introduces how to use the Codex tool to efficiently transform articles into personal notes and tweets. The core is a three-layer processing method: extracting the main thread, recording personal reactions, and producing output-ready insights. It also provides reusable prompt templates.