You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use hierarchical checkbox lists, like so:
- [ ] Make breakfast
- [ ] Clean house| <-- cursor location 1
- [ ] Clean bedroom
- [ ] Clean kitchen
- [ ] Clean living room
- [ ] Go for a run| <-- cursor location 2
Let's say my caret is a location 1 and I want to move the whole "Clean the house" tree before "Make breakfast" (to reward myself with food after I finish that task :).
Describe the solution you'd like
Ctrl+Shift+Up on - [ ] Clean house will break up the hierarchy, and the list will look like this:
- [ ] Clean house| <-- cursor location 1
- [ ] Make breakfast
- [ ] Clean bedroom
- [ ] Clean kitchen
- [ ] Clean living room
- [ ] Go for a run| <-- cursor location 2
Similarly, if I press Ctrl+Shift+Up at cursor location 2, I'd like - [ ] Go for a run to land before - [ ] Make breakfast. But what happens is:
- [ ] Clean house
- [ ] Make breakfast
- [ ] Clean bedroom
- [ ] Clean kitchen
- [ ] Go for a run| <-- cursor location 2
- [ ] Clean living room
Describe alternatives you've considered
Use an actual TODO list application like MyLifeOrganized, which has hierarchical awareness when moving items.
Additional context
Would be nice if dragging checkbox items with the mouse was also aware of hierarchies.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I use hierarchical checkbox lists, like so:
Let's say my caret is a location 1 and I want to move the whole "Clean the house" tree before "Make breakfast" (to reward myself with food after I finish that task :).
Describe the solution you'd like
Ctrl+Shift+Up on
- [ ] Clean house
will break up the hierarchy, and the list will look like this:Similarly, if I press Ctrl+Shift+Up at cursor location 2, I'd like
- [ ] Go for a run
to land before- [ ] Make breakfast
. But what happens is:Describe alternatives you've considered
Use an actual TODO list application like MyLifeOrganized, which has hierarchical awareness when moving items.
Additional context
Would be nice if dragging checkbox items with the mouse was also aware of hierarchies.
The text was updated successfully, but these errors were encountered: