You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Getting Started/Recurring Tasks.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,10 @@ Use this setting to control where the recurring task is inserted. The default is
55
55
> [!released]
56
56
> Control of the location (or order) of the new task was introduced in Tasks 3.8.0
57
57
58
+
### Drop scheduled dates
59
+
60
+
Use this setting to control whether the scheduled date should be removed from the next occurrence. The scheduled date is only removed the task also has another date.
Copy file name to clipboardExpand all lines: src/i18n/locales/en.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,10 @@
180
180
"nextLine": {
181
181
"description": "Enabling this will make the next recurrence of a task appear on the line below the completed task. Otherwise the next recurrence will appear before the completed one.",
182
182
"name": "Next recurrence appears on the line below"
183
+
},
184
+
"dropScheduledDate": {
185
+
"description": "Enabling this will make the next recurrence of a task have no scheduled date, unless the scheduled date is the only date the task has.",
186
+
"name": "Drop scheduled date (only if Start or Due is present)"
0 commit comments