Top 3 Quotes

3 Sentence Summary

What are the crucial points in this article or video that make it iconic, ideas I want to remember for the rest of my life? 1. 2. 3.

Creator’s Purpose

Content

Concepts

Practices

Personal Revelations

How was this video or article relevant to my current life? Did it answer a specific question, enlighten me on a topic, etc.

directly relevant to how the vault is structured right now. the weekly, monthly, and quarterly roll-up concept is exactly what’s missing — my daily notes accumulate but don’t synthesise upward into anything meaningful. the result is that at the quarterly review (when I’m doing the 12 week year reset), I’m basically doing an archaeology dig through 90 individual notes rather than reading 3 monthly summaries. this is a vault architecture problem, not a motivation problem.

Video Logs (timestamp)

  • daily → weekly → monthly → quarterly — the roll-up hierarchy is the missing layer in the vault. I have daily notes and I have periodic reviews, but they’re not connected structurally.
  • automatic aggregation with dataview — if daily notes follow a consistent template, weekly notes can pull key entries automatically. the template consistency I keep deferring is the prerequisite for this to work.
  • energy/mood tracking that compounds — when tracked in a consistent format, weekly mood patterns become visible across months. this is the kind of longitudinal data I’d actually want to review.
  • habit streaks visible at a glance — quarterly roll-up that shows run frequency, vault usage, content output across 12 weeks is worth building.

Thoughts

the limiting constraint is template consistency. the roll-up system only works if the daily notes follow a predictable format — and mine don’t, especially the timestamps section. the Dee system is worth building but the prerequisite work (standardising the daily note YAML + template) needs to happen first. this is a rainy-day vault project, not a this-week task.

Review

thorough, vault-specific tutorial. most useful for someone who already has a working daily note habit and wants to make it compound. ★★★★☆

Future Plans

Questions

  • what’s the minimum daily note structure that would allow a weekly roll-up to work without extensive manual processing?
  • should the roll-up be fully automated (dataview) or semi-manual (copy key insights weekly)? what are the tradeoffs for how I actually review?
  • what data from daily notes would I most want to see aggregated at a monthly level — habits, timestamps, mood, or content output?
  • how does this system interact with the existing skills (daily-review, weekly-shutdown) — would it replace or complement them?

Further Reading

Book Implementation

Habits

  • weekly vault roll-up (Sunday) — spend 15 minutes at the weekly review pulling 3–5 key entries from the daily notes into the weekly summary note. don’t automate yet — do it manually first to understand what’s actually worth surfacing.

Dailies

  • maintain consistent YAML fields in daily notes (especially mood and habit trackers) so they can eventually be queried.

To Dos

  • design a minimal weekly roll-up template that works with the current daily note structure
  • standardise the daily note template so that key fields are always in the same place
  • run a manual weekly roll-up for one week to test what’s worth surfacing before automating anything
  • explore dataview queries for habit tracking once the template is stable