relate icon indicating copy to clipboard operation
relate copied to clipboard

Vertically resizable text areas

Open nicknytko opened this issue 2 years ago • 1 comments

It would be nice if the text area element could either be vertically resizable, or if it automatically fills the page. This could probably be done by a css property:

https://developer.mozilla.org/en-US/docs/Web/CSS/resize

My use case:

image

it would be nice to have more room to edit text.

nicknytko avatar Aug 30 '23 19:08 nicknytko

Totally agree. #1012 contains a switch to CodeMirror 6, which makes the editor as big as the text contained in it, instead of having it be independently scrollable. That should address the concern, I think (in addition to avoiding burning people's retinas at night).

inducer avatar Aug 30 '23 19:08 inducer