This is a sample vault that shows how I keep track of the 12 week year. In your weekly note this nice little widget is rendered showing you your progress on the 12 week year for this week and until this week.
CustomJS and Dataview are mandatory for the widget to work, the rest is optional.
12wy.js
from the scripts
folder of the vault..obsidian/snippets/twy.css
to your .obsidian/snippets
folder.Create your goals and think about what you want to do each week to make them happen. Here are the two sample goals I used with assigned tactics:
Create your weekly schedule and distribute all your tactics to the different days of the week. Tag each task for goal 1 with #12wyg1
and each task for goal 2 with #12wyg2
and so on.
Check out the daily template (templates/daily.md
), where I have laid out a typical week for myself. weekday() == 0
is Monday (or maybe Sunday in the imperical realm, you find out). The daily pages with the correct tasks for the day are then created by the template.
Not every week is the same, so adjust as you like when you get to the week.
Check out the weekly template (templates/weekly.md
). Adjust the start date of your 12 week year (twystart
) and the number of goals that you have (goals
). Copy the dataviewjs block to where you want the widget to appear in your weekly note, it doesn't have to be at the top.
The algorithm checks how many tasks tagged with #12wyg1
you have in the current period and how many of them are done. This is done for each of the goals.
This also means that you can cancel plans and they are not negatively affecting your score. Let's say you want to keep a clean home, but one week you are on vacation, so no household chores are due. Just remove those tasks from the week and your yearly score is not affected.
This shows you how you have performed in the current week. If the current date is in the middle of the week (meaning you are looking at your current weekly page and it's e.g. Tuesday), the weekly score is calculated until the end of the current day. So you can reach 100% weekly score at the end of each day. I found it frustrating to having to work up to 100% during the week, because you are at, idk, 25% when you have finished every task for Monday and Tuesday, but really you have done 100% of the tasks.
The widget shows how you have performed from the beginning of your 12 week year until the end of the current week (or, if you are in the middle of the week, until today). This is why the values of the yearly score are different week to week.