Hey Obsidian community,
I have created a plugin that will rollover any incomplete todo items from the previous weekly note to current week’s weekly note.
It’s heavily inspired from the obsidian-rollover-daily-todos
This grew out of my own use-case of using weekly notes instead of daily notes (reason being daily notes are very granular and requires lot switching from one day to another, in my workflow i create weekly notes instead)
Since the existing plugin only allows rollover of daily notes, i decided to create my own and release in public for people looking for similar workflows.
You can find it on the Community Plugin list or on GitHub: GitHub - shsethi/obsidian-rollover-weekly-todos: An obsidian plugin that rolls over todo items from the previous weekly note
This is my first plugin so all the feedback is most welcome!