Increase search card edit box size
Ticket
+issues
On search cards, any chance of making the default edit window larger? With only 4 visible lines, a tidy WQL command does not appear on one page. For example the following is rough to view:
{
/* Pick up all organizations marked as "where to start" from a topic card. */
"referred_to_by":
{
"left": {"type":"Topic"}, "right": {"name":"where to start"}
},
"limit":100
}
It is convoluted, but just as with SQL, tidier code is easier to read, and therefore easier to change. Some of the WQL I saw is quite confusing to read with loads of braces on a single line. Tidy code just makes it easier for the next person to change and understand, and maybe is more the wiki way? Low priority because I know many coders like to cram their code.
+solution
Make the edit box bigger.