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 Erik,
ReplyDeleteWe don't have a special mark for links created via Ctrl+K. You can use a generic selector
.userContent a { color: red;}
In general, to find out a selector for some element in Checkvist, use Google Chrome's "Inspect element" command from the right-click popup menu.
Hope this helps,
KIR
Thank you for the information. I tried that already, also with !important addition and with disabeleing "markdown in list". Can't get it to work. Maybe it is something in CSS "serverside" (see pic)
ReplyDeleteI can't seem to get a picture in this google plus conversation.. started a new one with pic and link
ReplyDeleteErik, to remove underline, you should use:
ReplyDelete.userContent a { background-image:none;}
Because we don't use a standard text underlining - it is rather harsh for larger font sizes.
I understand, thanks
ReplyDelete