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, Dermod! PRO account features include user interface customisation options. I think it's what you're looking for.
ReplyDeleteOn the Settings page (http://checkvist.com/auth/profile#appearance) there's a text area for custom CSS. To change color or other properties of the completed tasks' style, you'll need to write new CSS here.
For example, if you wanted to make completed tasks red and italic, you would use this snippet of code:
span.task_closed {
color: red;
font-style: italic;
}
Please, let me know if I can help you with exact style.
Hi Sasha. Thank you. I think I can get it from here.
ReplyDeleteRegards
Derm