darrenburns / elia

A snappy, keyboard-centric terminal user interface for interacting with large language models. Chat with ChatGPT, Claude, Llama 3, Phi 3, Mistral, Gemma and more.
Apache License 2.0
1.78k stars 115 forks source link

TextArea for Chat Input #18

Closed juftin closed 4 months ago

juftin commented 1 year ago

Summary

TextArea has landed in Textual 0.38.0. This ticket is a feature request to update the Input widget and replace it with a TextArea that supports multi-line input.

juftin commented 1 year ago

Thank you for TextArea Darren :tada: - it's seriously impressive. You're probably well ahead of me with this one. Let me know if not and I'm happy to look into implementing this.

darrenburns commented 1 year ago

Thank you @juftin - feel free to tackle this if you're interested in it! I might not get around to it for a bit.

darrenburns commented 4 months ago

I just released 1.0.0 which uses the TextArea widget for the input 😄