Is there a way to write mathematical formulas?
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'm afraid no. You can attach files with math formulas, but there is no math language in Checkvist.
ReplyDeleteKirill - maybe you could let Checkvist read the JavaScript library at https://www.mathjax.org/. It's very robust and allows the user to input standard LaTeX like \( x^2 + \frac{a}{b} \) and it formats beautifully. I use this often. Something to look at when you have time :-)
ReplyDelete