Public View (Website)

This is a static example of how Experiments (COBEs) are tracked.

ExperimentRelated Goal / ProcessHypothesisStatusResultNotes
Test 45-min work blocksDeep WorkShorter blocks will improve consistencyIn Progress-
No screens after 10pmSleepBetter sleep qualityCompleted+1.5 hours average sleepVery effective
Insert Experiment

Live View (Obsidian)

TABLE 
  goal AS "Related Goal / Process",
  hypothesis AS Hypothesis,
  status AS Status,
  result AS Result,
  notes AS Notes
FROM "mg-kolbs/Experiments" AND !#template
SORT date DESC
LIMIT 15

How to use in Obsidian:

  • Create new experiments in the mg-kolbs/Experiments folder.
  • Use properties: date, goal, hypothesis, status, result, notes.
  • The query will show your active and past experiments.

Back to MG & KolbsMG & Kolbs