Hello friends! I'd like to ask for your opinion regarding multi-line text editing. This suggestion comes from one of our Russian-speaking customers Dolina Zamkova so here is a translated abstract of our email conversation. Current problem: When you write multi-line text, you must press 'Shift-Enter' first, then use 'Enter' to start a new line, then 'Ctrl-Enter' to submit the text. Wouldn't it be easier to have a setting that will allow using Enter to always write multi-line texts, and always submit on 'Ctrl-Enter', like you do it in text messengers? So we could add a new account-wide setting, on the Settings page: () Finish editing by pressing 'Ctrl-Enter' (convenient for multi-line text) What do you think? Do you write multi-line texts in Checkvist at all? Other thoughts of how we could make it better? :)
Hello Mike,
ReplyDeleteTo reduce font size, you can use the following CSS (alter numbers as you need):
ul.topLevel li.task { font-size: 12px;}
ul.topLevel ul li.task { font-size: 10px;}
Cool Kirill -- thanks very much
ReplyDeleteKirill -- this worked fine -- much better for our application. CheckVist is becoming our main task management app.
ReplyDeleteCould you please post a CSS fragment to set note font size?
Mike, for notes you can use:
ReplyDeleteul.comments > li { font-size:12px; }
Mike MacDonald Hello, Mike, we're working on UI re-styling at the moment, and have not decided about the fonts/sizes yet. If you could send us a screenshot of your customized list, that would probably help. Thanks! :)
ReplyDeleteHi Kirill! Thanks again for your CSS
ReplyDeleteHere is a segment of our current styling which with your help suits us very well (yet to apply the note styling)
We suspect a switched compact option could be quite useful for stay-at-homes like us
http://img832.imageshack.us/img832/6372/n5e2.png
Thanks, Mike! We'll definitely consider including 'compact' styling into default options. Your screenshot will serve as an inspiration :)
ReplyDeleteTo reduce the Index List font size use this CSS:
ReplyDeleteul.checklists li.list_item .checklistName { font-size: 14px; }