$__talha131_task-management.json (1.9 KB)
This plugin makes some changes to the official TaskManagementExample (Draggable).
Major change
In the official example, when you mark a task as done, it appends done
tag to the task. So your completed task tiddler will have two tags, task
, done
.
Problem
Completed tasks pollute task
tag because, your task
tag also lists completed tasks.
It makes certain operations difficult like dragging tasks up and down in order of their priority in the task
tag pop-up.
Solution
This plugin has this behavior
- If a task is marked complete, remove
task
, adddone
- If a completed (checked) task is unchecked afterwards, remove
done
, addtask
Minor changes
- Add a tasks list in the sidebar
- Set color and icon for
done
tag - Set color and icon for
task
tag - Fix sort order of completed tasks