Replies: 2 comments 1 reply
-
Hey there, this is currently not possible. You would need to manually “roll over” all relevant scheduled dates. I wonder if this would help: #53 With this, you could just list all tasks that are scheduled for “today or earlier” and whenever you finish a task like this, it would be scheduled for tomorrow. So with that you wouldn’t need to “roll forward”. You would even see for how long you haven’t done a scheduled task based on how old the scheduled date is. What do you think? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That almost works! The other missing piece is being able to use the “or” operator, so that I can get either all the tasks scheduled for today or earlier, OR tasks with a “done” date of today.
…Sent from my iPhone
On Jan 11, 2022, at 1:13 PM, Martin Schenck ***@***.***> wrote:
Hey there, this is currently not possible. You would need to manually “roll over” all relevant scheduled dates.
I wonder if this would help: #53
With this, you could just list all tasks that are scheduled for “today or earlier” and whenever you finish a task like this, it would be scheduled for tomorrow. So with that you wouldn’t need to “roll forward”. You would even see for how long you haven’t done a scheduled task based on how old the scheduled date is.
What do you think?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a workflow for tracking daily recurring tasks. It currently works like this:
Then, my Daily Note does the following:
Ideally I would like these to be one list, not two separate lists.
At the moment the "scheduled date" is a hack. When an event is checked off, a new event is "scheduled" for the next day, and it disappears from the to-do list.
What I actually want is to only query tasks that were "scheduled" for today. If they didn't get done, I want the same task to be "re-scheduled" for tomorrow (or have its due date moved, or whatever).
Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions