Is there a keyboard shortcut to "Turn a Normal List Item into a Checkbox Item"?
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 :)
Yes, there certainly is.
ReplyDeleteYou can set the whole List Style in the list settings (cog)
Or you can set it for children of a list item by starting the list item with open & close square brackets []
Checkvist is awesome! 😊
Thank you so much for your quick reply, I didn't know this. One more question: is there a 2-letter command to make a single list item into a checklist item? :-)
ReplyDeleteUnfortunately, not possible with 2-letter command. But, you can create [] Tasks item, and all its sub-items will have checkboxes, so you won't need to do it for each new task item. Hope this helps :)
ReplyDelete