owenthereal / jqplay

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

use textarea to support multiple line in jq filter #121

Closed vuuihc closed 2 years ago

vuuihc commented 2 years ago

Hi there, thanks for this great handy tool to learn and practice jq.

I have a user experience optimization proposal. If the input box of the jq filter can support multi-line input, it will be more convenient. Currently in my daily development, in scenarios involving multiple lines of jq, I use jq -f xxx.jq xxx.json instead. If you think there is no problem, I can make a PR to complete this optimization

owenthereal commented 2 years ago

This is fixed by https://github.com/owenthereal/jqplay/pull/124