Is your feature request related to a problem? Please describe.
I have some projects like followings:
And each project has so many tasks.
I know we can categorize these projects by tags.
However, it is not enough in this case because:
- Switching to
By Tag and input the specific tag name bothers my fingers.
- Additionally,
Today or Upcoming tabs cannot be used simultaneously with By Tag at once.
(I noticed Encrypted multi-workspace support in README, but it does not represent above, I guess.)
Describe the solution you'd like
- Add multiple projects support in single database.
- Add
Projects Switcher popup. (The list also includes <All Projects> to show tasks across all projects.)
- Add a shortcut key to display the popup. (e.g.
P key)
Then, additionally:
- Add
Project column to the list view. (On the left side is better, I think. )
- Add
project field support to the list.order config. (e.g. left = ["checkbox", "project", "title"] or right = [..., "project", ...])
Describe alternatives you've considered
Additional context
Now I noticed that the column width should be automatically calculated by the maximum length of the 's field content. (However, this may break the v1.5.3 changing ? And this should be another issue ?)
Is your feature request related to a problem? Please describe.
I have some projects like followings:
And each project has so many tasks.
I know we can categorize these projects by
tags.However, it is not enough in this case because:
By Tagand input the specific tag name bothers my fingers.TodayorUpcomingtabs cannot be used simultaneously withBy Tagat once.(I noticed
Encrypted multi-workspace supportin README, but it does not represent above, I guess.)Describe the solution you'd like
Projects Switcherpopup. (The list also includes<All Projects>to show tasks across all projects.)Pkey)Then, additionally:
Projectcolumn to the list view. (On the left side is better, I think. )projectfield support to thelist.orderconfig. (e.g.left = ["checkbox", "project", "title"]orright = [..., "project", ...])Describe alternatives you've considered
Additional context
Now I noticed that the column width should be automatically calculated by the maximum length of the 's field content. (However, this may break the v1.5.3 changing ? And this should be another issue ?)