Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertically resizable text areas #1019

Open
nicknytko opened this issue Aug 30, 2023 · 1 comment · May be fixed by #1012
Open

Vertically resizable text areas #1019

nicknytko opened this issue Aug 30, 2023 · 1 comment · May be fixed by #1012

Comments

@nicknytko
Copy link

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.

@inducer
Copy link
Owner

inducer commented Aug 30, 2023

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 inducer linked a pull request Jul 29, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants