Rollover Weekly Todo

by Shubham Sethi
5
4
3
2
1
Score: 40/100

Description

The Rollover Weekly Todo plugin streamlines task management in Obsidian by automatically transferring incomplete to-dos from the previous weekly note to the current one. Designed for users who prefer weekly notes over daily ones, it integrates seamlessly with the Periodic Notes plugin. Users can customize the behavior by enabling manual rollover, specifying a template heading for incomplete tasks, and choosing whether to delete or retain tasks in the previous note. Additional settings allow for the exclusion of empty tasks during the rollover process, ensuring a cleaner workflow. This plugin is ideal for those seeking a more efficient way to manage recurring weekly tasks.

Reviews

No reviews yet.

Stats

6
stars
2,020
downloads
0
forks
651
days
603
days
603
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
3
total issues
2
open issues
1
closed issues
16
commits

Latest Version

2 years ago

Changelog

Bug fix for template heeading

README file from

Github

Rollover Weekly Todos

This Obsidian plugin 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

Since the existing plugin only allows rollover of daily notes, but for I prefer working with weekly notes as daily notes is too granular for my workflow.

Also this uses TypeScript instead of plain JS.

Usage

Open your command palette (CMD+P on macOS) and start typing roll to find this command. No matter where you are in Obsidian, the previous weeks's todos will get rolled forward.

Alternatively, you can use the icon in ribbon bar.

Requirements

  • You must have Periodic Notes plugin installed AND the Weekly Notes setting toggled on

Use the plugin before the release?

Settings

1. Disable automatic rollover

If you prefer to trigger the rollover of your todos manually, you can use this setting to prevent the plugin from rolling them over when a new note is created.

2. Template Heading

If you chose a template file to use for new daily notes in Daily notes > Settings or Periodic Notes > Settings, you will be able to choose a heading for incomplete notes to roll into. Note that incomplete todos are taken from the entire file, regardless of what heading they are under. And they are all rolled into current note, right under the heading of choice.

If you leave this field as blank, or select None, then incomplete todos will be rolled onto the end of current weekly note (for new notes with no template, the end is the beginning of the note).

3. Delete todos from previous week

By default, this plugin will actually make a copy of incomplete todos. If you use the Undo last rollover command, deleted todos will be restored (remember, the time limit on this is 2 minutes).

Toggling this setting on will remove incomplete todos from the previous weekly note once current weekly note has a copy of them.

4. Remove empty todos in rollover

By default, this plugin will roll over anything that has a checkbox, whether it has content or not. Toggling this setting on will ignore empty todos. If you have #2 from above toggled on, it will also delete empty todos.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.