owenthereal / jqplay

A playground for jq, written in Go
https://jqplay.org
MIT License
734 stars 87 forks source link

Allow multiple lines for query editor #124

Closed owenthereal closed 2 years ago

owenthereal commented 2 years ago

This is in favor over https://github.com/owenthereal/jqplay/pull/122

rickhg12hs commented 9 months ago

Any chance this could be enhanced so the text area windows (sorry, IDK what they're called) could be stretched/shrunk? Sometimes I'd like to see the whole filter/output without scrolling.

owenthereal commented 9 months ago

Sometimes I'd like to see the whole filter/output without scrolling.

Could you propose a PR that you think would be better for scrolling? Happy to merge if it makes sense.

rickhg12hs commented 9 months ago

Could you propose a PR that you think would be better for scrolling? Happy to merge if it makes sense.

I've never done any kind of programming like that and I don't know how to do it.

Currently, if the window height is too annoyingly small, I use Chrome's "Inspect" to change the number of pixels allocated to the height. It's not really fun to do that and I'd much prefer to be able to stretch the height from the "normal" interface.