iodide-project/iodide

trunctate large code inputs in the console (but make it possible to expand them expand)

Open

#814 opened on Aug 29, 2018

View on GitHub
 (5 comments) (0 reactions) (0 assignees)JavaScript (1,483 stars) (147 forks)batch import
client UXgood first issues04: medium

Description

This is just some dogfooding feedback.

I find that the code snippets that appear in the console can take up a lot of space, that for the most part is unnecessary.

What if it only showed the last line by default, with an option to expand to show the whole thing? (We already have the "jump to cell in editor button" which is super useful).

Contributor guide