Daily Note-- how to set up a daily note TBX

Yes, very helpful. Thanks!

  1. I decided that since this is just a yearly task it is just easier to do it manually. When I exploded the list of 2020 dates set the start date to the name of the note.
  2. Thanks for reminding me about AppleScript. It led me to think about using Keyboard Maestro as a solution. Mark’s point about an agent also makes a lot of sense-- I don’t need to have a $text index when I can just collect all of the notes
  3. I collected the last 30 days with this. .
    $Prototype=="Event" & $StartDate >= date("today - 30 days") & $StartDate <= date("today")

I’m attaching 2020 daily notes
daily note v01.tbx (598.6 KB)

2 Likes