Love the mm move a task function. cc to copy in a similar way would be wonderful
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 :)
Do you copy list items to other lists so often? Right now, you can use Ctrl+C/Ctrl+V to copy list items to other lists. We introduced 'mm' shortcut as a faster way to process inbox and move list items to other lists. What is your scenario for 'cc' shortcut?
ReplyDeleteIt seems that with Ctrl+ C we have to manually navigate to the target list to paste where as the mm or potentially cc would just be a "push and stay where you are" We would like to use such feature to pushing a billing copy of a task to a billing list
ReplyDelete