hi. How to create a sub task with hotkeys?
A CSS hack which creates a Kanban-like board UI in a specified list:
A CSS hack which creates a Kanban-like board UI in a specified list: #list_481388 ul.topLevel { display: flex; } #list_481388 ul.topLevel > li { flex: 1 1 auto; } #list_481388 ul.topLevel > li > .frame{ display: none; } #parentTask_0 div.coreDiv { margin-right: 20px; } May be, will be useful to someone :)
ReplyDeleteList of hotkey's is here: https://checkvist.com/assets/cv_keyboard.pdf
Just hit a return. Pro tip: to create a new task ABOVE the selected one, hit a option/return (or alt/return)
ReplyDeleteHello Denis,
ReplyDelete^mentioned above and Tab and Shift-Tab to indent and un-indent :)