Suggestion: would it be possible to add shortcut for hide/show notes? I miss it:(
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 :)
Hello,
ReplyDeletethere is a way to show all notes from the keyboard, using "Expand/collapse" dialog (ec). More on it in this blog post: blog.checkvist.com - Expand list options and a handful of fixes
You can also hide/show notes for a single item using arrow right/arrow left on the keyboard.
Hope this helps :)