-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💡 [FEAT] Support for for nesting of TODOs #70
Comments
Hey @TOMES-TT , I had a discussion on this before here The point about code complications seems vague now. However, the first point still remains valid The upper/parent tasks' date rendered ideally as they were supposed to be
Idea 💡: Example config: tasks: 70
date: 20
urgency: 10 Where the number shows the ratio to divide the columns into ( according to the terminal's width ) where 0 means don't show the column What are your thoughts on this? |
Hi, Thanks for the response! My mistake for not realizing there was already discussion on this topic, I thought I had checked everywhere but I'm still pretty new to github so I must have missed it. I think that would be a good solution. |
No problemo!
I'm a bit busy with my work and am not getting too much time for github stuff, so might be a while 😞 . |
Yeah, no worries; obviously I'm just requesting stuff from you, so I have no expectations about it :) |
Yes, I did mention that:
|
I am also thinking to make the Workspace or the left section toggleable (with animation). |
Implemented in v1.0 |
Is your feature request related to a problem? 😢 Please describe.
For my use case, I find that having only one layer of nesting for child todos is very limiting (ie, I often need to do tasks 1, 2, and 3 in order to accomplish task A, which itself is one of multiple tasks required to complete todo foo)
Describe the solution you'd like 🤔
I would like
A
to create a child under any todo, including a child todo.The text was updated successfully, but these errors were encountered: