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 :)
It used to be that after marking an item complete (Space or Shift+Space), the next item in the list (that took its place) would be selected, but now it is selecting the last item in the list. This seems like a bug.
I'd like to @import some fonts, but Checkvist's custom CSS is loaded inside @media screen. @import rules must precede all other types of rules (with a few exceptions), hence cannot be used. Would be great if there was a way to use @import with Checkvist's custom CSS option.
Also, I have Markdown feature enabled.
ReplyDeleteHello Mantas, this is a known bug, we plan to fix it soon, hopefully in January. Please vote for http://checkvist.uservoice.com/forums/2121-general/suggestions/715182-support-angle-brackets-in-entries?ref=title
ReplyDeleteThanks a lot for writing us about this.