Public View (Website)

This is a static example of how Focus Training sessions are tracked.

DateDurationFocus ScoreTechnique UsedNotes
2025-05-1425 min8/105-4-3-2-1 groundingGood morning session
2025-05-1220 min6/10Pomodoro (short)Interrupted by notification
2025-05-1030 min9/10Deep work ritualBest session this week

Live View (Obsidian)

TABLE 
  duration AS Duration,
  score AS "Focus Score",
  technique AS "Technique Used",
  notes AS Notes
FROM "mg-kolbs/Focus Training" AND !#template
SORT date DESC
LIMIT 15

How to use in Obsidian:

  • Create new Focus Training entries in the mg-kolbs/Focus Training folder.
  • Use properties: date, duration, score, technique, notes.
  • The query will show your recent focus training sessions.

Back to MG & KolbsMG & Kolbs