Is there a way to filter for all the unscheduled items in a list?
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 :)
I see now it is possible sort by due date, which is good enough for my purposes. It sorts in ascending order, with unscheduled items at the bottom. Is it possible to reverse this?
ReplyDeleteUnfortunately, reversing the sort is not possible right now.
ReplyDeleteRegarding unscheduled items, are you looking for something like
due: none? If so, please vote for http://checkvist.uservoice.com/forums/2121-general/suggestions/3018946-search-for-tasks-without-due-date
Thanks :)
Yep, that would do the job, thanks for the pointer.
ReplyDelete