Is there a way to add a note right after the title of 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 don't think so. What I do is to start each list with a "List's notes" entry to which I ttached files or create a new notes.
ReplyDeleteWith a custom CSS (see https://checkvist.com/checklists/486715), I add a "#idea" tag to highlight this specific entry in my list.
mlukahot, can you clarify a bit what you are trying to do?
ReplyDeleteJim McGuire
ReplyDeleteI'd like to have a note, right at the top of a list to use as a summary (purpose of the list, past observations, etc.)
For instance, I recently organized a family reunion. I would like to have a note, right at the top, containing info on number of attendees, total cost, comments from attendees, etc.
Philippe Demoulin
ReplyDeleteOK. Thanks for the suggestion.
Hello, I think we've got a similar request http://checkvist.uservoice.com/forums/2121-general/suggestions/1290569-long-desc-on-list Still not done Please vote for it. We'll see what we can do here
ReplyDeleteMary Vivit I use Markdown to make the first list item italic :) Ctrl-i or Ctrl-b, that's it. Like here https://checkvist.com/checklists/486715
ReplyDelete