How to automatically create next new task in recurring task without toggle it to done? #3539
Unanswered
Simplicity1024
asked this question in
Q&A
Replies: 2 comments 8 replies
-
That is not currently possible in the Tasks plugin. |
Beta Was this translation helpful? Give feedback.
8 replies
-
Finally I figured it out using Templater commands. 1. If-else Statement1.1 Version 1.0
1.2 Version 2.0
2. Switch-case Statement2.1 Version 3.0
ConclusionSolution above is for "every week on Monday" type Recurrence Rules. Obviously the Switch-case Statement is cleaner when the condition is more fixed. BUT the If-else Statement is more flexible and it can handle more complex situation. Thanks again @claremacrae |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By default next new task of recurring task is created by toggling the previous task to done. You can repeat the task based on the original date or the completion date using "when done" key word.
In my case, I want to track my habits, for example:
The fact is that only if I toggle the task to done then will it create the new task!
So my question is that is it possible to automatically create the NEXT task, ONLY the NEXT task, according to the recurrence rule and based on today, rather than by toggling the task to done to create the next task.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions