Is there global search and replace in checkvist? If not, could there be, in a future release?
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 :)
Hello Ed,
ReplyDeleteThere is no such feature. There is a workaround, though - use export/import to OPML to export your list to OPML format (a kind of XML), make find/replace in some text editor for the text, and import the data back to Checkvist. Not sure it will suit your needs, but still :)
Please make sure you use "Save as" when exporting to OPML, don't use copy/paste from browser for that.
Regarding cross-list search and replace - unfortunately, we don't have plans for this feature so far, please file it to checkvist.uservoice.com/forums/2121-general
Thanks!