$:/plugins/mabuqian/TaskHub
- code: GitHub - dongrentianyu/timefortask
- demo: TaskHub
plugin can be installed on CPL.
The plugin passes through two types, one for projects and one for tasks. Both projects and tasks are independent of each other. The project entry has a field tmo_projectFilter
which can be further expanded to include tasks based on the value of this field. This allows a project to contain tasks from multiple projects.
Simplifies the complexity of task management. A task is either a todo
or it is not a todo
. there are no other judgements set such as priority. If it is not a todo, there are three possibilities, one is done
, which means it has been completed. One is closed
, which means it’s closed. Usually it’s not done, and you don’t want to do it later. One is breakdown
, which means it failed, usually because it went to do it, but failed because it didn’t work due to various factors. Generally speaking, closed entries can be opened again, but breakdown entries should be created again to complete.
It’s the same with projects, but projects in progress use doing
instead of todo.
This plugin heavily uses the original content of $:/plugins/nico/projectify, including things like styles and code. This is gratefully acknowledged. But just as many changes have been made, so it is released as a new plugin. Currently it works fine, but there may be problems, feedback is welcome. Will continue to follow up and update.