Can i somehow move a WHOLE LIST to another list as opposed to extracting or moving a node?
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 :)
stupid me.. found it in the top bar: copy or move list to another list. it's been there all the time ;)
ReplyDeleteYes :) You need the second option - 'Copy as a single node'.
ReplyDelete