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: src/Config/SettingsTab.ts
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,19 @@ export class SettingsTab extends PluginSettingTab {
223
223
});
224
224
});
225
225
226
+
newSetting(containerEl)
227
+
.setName('Next recurrence appears on the line below')
228
+
.setDesc(
229
+
'Enabling this will make the next recurrence of a task appear on line below the completed task. Otherwise the next recurrence will appear on the line of the toggled task and the completed one below.',
0 commit comments