todoist-shortcuts icon indicating copy to clipboard operation
todoist-shortcuts copied to clipboard

Support for projects in board view

Open hiasr opened this issue 2 years ago • 5 comments

I was wondering if supporting board projects is on the roadmap. This would be a big undertaking, but also a big QoL upgrade. I love using the shortcuts, and it feels so sluggish when working on a project in board view. Thank you so much for this amazing project!

hiasr avatar Aug 14 '22 11:08 hiasr

Hey, glad you appreciate it! todoist-shortcuts is in maintenance mode, though, so mostly fixes to existing functionality.

This would be a big undertaking, and it's hard for me to motivate doing it when I don't use board mode. Certainly a PR adding this would be appreciated

mgsloan avatar Aug 16 '22 06:08 mgsloan

+1. Love this plugin as-is, but alternating List/Board view would be a huge QoL improvement. 🙏

rich88 avatar Sep 19 '22 17:09 rich88

I second @rich88. A keyboard shortcut to at least switch between list and board view would be a huge improvement. It's a pretty cumbersome manual operation that I find myself doing a lot during project cleaning.

apontejosea avatar Aug 29 '23 00:08 apontejosea

@mgsloan can you point in the right direction - what code needs to be changed to support board view?

tonyxiao avatar Apr 17 '24 02:04 tonyxiao

@tonyxiao hey, sorry about the delay, added this to my todos got a bit backlogged hah

  • Add a new keymap and logic in updateKeymap to detect that it's in board view and switch to the board view keymap

  • Implement the action functions needed to make the keymap work. Reference the actions in the other keymaps may be helpful.

mgsloan avatar Apr 27 '24 20:04 mgsloan