Is your feature request related to a problem? Please describe.
The tag name length is not fixed, and the tags count is 0 to x.
So the beautiful UI is disturbed on the right side.
Describe the solution you'd like
Add option to config.toml to swap these fields:
I think following order is better:
My Solution:
- A. Simply add option to
Swap the right side fields order: ON/OFF
Describe alternatives you've considered
- B. Add option to modify the order:
[list.order]
left = ["checkbox", "title"]
right = ["tags", "due", "priority"]`
It's just a example.
Additional context
Thanks again !
Is your feature request related to a problem? Please describe.
The tag name length is not fixed, and the tags count is 0 to x.
So the beautiful UI is disturbed on the right side.
Describe the solution you'd like
Add option to
config.tomlto swap these fields:I think following order is better:
My Solution:
Swap the right side fields order: ON/OFFDescribe alternatives you've considered
It's just a example.
Additional context
Thanks again !