Teach the Edit Task modal to edit the 'On Completion' property #3222
Labels
scope: edit task
The Create or edit task modal/dialog
scope: lifecycle of tasks
Issues to do with deletion or moving of tasks upon completion. See also 'scope: managing tasks'
scope: managing tasks
Things such as deleting or moving tasks between files. See also 'scope: lifecycle of tasks'
type: enhancement
New feature or request
🔖 Feature description
The documentation for On Completion currently says:
This is to track that request.
✔️ Solution
Add an option in the Edit Task modal to allow setting and clearing the On Completion field.
Initially, it only needs to support:
obsidian-tasks/src/Task/OnCompletion.ts
Lines 4 to 8 in 30e7f0f
Users likely don't care about the difference between Ignore and Keep - so probably just offer one of them...
So perhaps the options would be:
Possible design
There will eventually be other options supplied... So eventually more options will be needed in the modal.
It doesn't matter whether the first design is specific to the current options, or is obviously extensible to more options later on...
One user on Discord suggested putting the option here, after
Start
:I had presumed it would go in the Status section at the bottom.
Another option is to put it near
Recurs
as I suggest that theOn Completion
facility is perhaps most used with Recurring tasks...❓ Alternatives
For now, the only other option is to use Auto Suggest.
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: