todoist-shortcuts
todoist-shortcuts copied to clipboard
Support for projects in board view
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!
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
+1. Love this plugin as-is, but alternating List/Board view would be a huge QoL improvement. 🙏
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.
@mgsloan can you point in the right direction - what code needs to be changed to support board view?
@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.