I'm also using Obsidian daily notes, with all un-actioned items shown on a page with a dataview API[^1]:
```dataview
TASK FROM "VaultName/Journal" WHERE !completed
```
Since at least 2012 I've also been using a text file format from http://todotxt.org/ and more recently I wrote a program that takes a crontab-like list[^2] to pre-generate entries on a daily, by-day-name (every Sunday for example), and I also pull in a list of holidays from gov.uk, so they are also populated.
[^1]: https://github.com/blacksmithgu/obsidian-dataview
[^2]: https://github.com/alister/alister-tools/blob/main/.todo.cro...