Public View (Website)

This is a static example of the Goal Tracking database.

DateTypeRelated GoalRating1% GainsNotes
2025-05-12Weekly EvaluationInsert Goal title7/10Improve morning routineGood progress on consistency
2025-05-051% Gains ReviewInsert Goal title6/10Add 1 extra SIR cycle per weekSmall but steady improvement
2025-04-28Weekly EvaluationInsert Goal title5/10-Focus area identified

Live View (Obsidian)

TABLE 
  type AS Type,
  goal AS "Related Goal",
  rating AS Rating,
  one-percent-gains AS "1% Gains",
  notes AS Notes
FROM "mg-kolbs/Goal Tracking" AND !#template
SORT date DESC
LIMIT 15

How to use in Obsidian:

  • Create new entries in the mg-kolbs/Goal Tracking folder (or use a database).
  • Use properties: date, type (Weekly Evaluation / 1% Gains Review), goal, rating, one-percent-gains, notes.
  • The query above will automatically show your recent tracking.

Back to MG & KolbsMG & Kolbs