-
-
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] Select multiple tasks to edit due, tags etc #93
Comments
That's right. I can do that and we can maybe call it a Like I should allow multiple selections only in siblings or parents too? Depending on how I define that behavior there will be different restrictions for some commands. Maybe the Feel free to share any ideas as to how it should work |
Like selecting tasks and |
Hmm...currently you can increase or decrease urgency by pressing
Tags are comma-separated texts, I can put the cursors on every selected item but I don't think you'll be able to select a particular tag :(
I suppose then the user can only select multiple siblings at one 😄 |
Maybe instead of going with increase decrease we can allow setting any one of a,b,c,d during batch updates
I think this is an implementation bottleneck, from a user point of view having the ability to filter based on tags is huge. Maybe instead of having tags as comma separated text for each task. If there is a common dictionary for tasks then it might be better to extend ( I honestly don't know what I am talking about here. Not too much familiar with python 😆 )
Sure! I think that will be good enough! |
This is a great idea! Thanks 😄
Oh no. I wasn't talking about filters. I was talking about editing. How are we supposed to manipulate tags on multiple todos at once? |
Ah you got me there! I think editing multiple tags is going to be complicated and not even something users might need but adding or deleted tags for multiple tasks can be implemented with UI like this
|
I see... That'll be a whole new implementation and maybe something like vim's COMMAND mode |
Awesome! If Given selected tasks |
Awesome! Thanks for the suggestions! |
Maybe (updated the original comment accordingly) |
Yes Yes. That goes without saying haha xD |
I tried out dooit. It looks slick. In my workflow I add all the tasks first and then edit the due and tags. Entering the same due for multiple tasks is frustrating.
The workflow should be select related tasks and edit due or tag once which gets applied to all selected tasks.
The text was updated successfully, but these errors were encountered: