tui-textarea
tui-textarea copied to clipboard
Simple yet powerful multi-line text editor widget for ratatui and tui-rs
Resolves #60
I try to avoid using regex in my application due to the increase in binary size. It would be helpful to have a non-regex search that just highlights direct matches...
Hi, tui-textarea currently targets ratatui 0.24.0, but the latest version is 0.26.1. Could you update the dependency and publish a new release?
Ref. https://github.com/taiki-e/portable-atomic This for the benefit of those architectures which do not have native 64-bit atomics.
Hi, Do you have any plans for supporting syntax highlighting in the widget? There are some [crates](https://github.com/trishume/syntect?tab=readme-ov-file#example-code) that could [help](https://github.com/Colonial-Dev/inkjet/), but I don't know if there is interest in having...
Thank you for useful plugin for ratatui!😄 I fixed a little typo.
Some projects may need a serde feature to have serializable Scrolling, CursorMove and Input enums
I have finally got the go ahead to put tui-textarea into gitui. I see that tta is now up to v0.4 and that now includes the keyboard based selection. I...
This is super cool! I want to make a little note editor using tui-textarea. But my notes will often use long lines - and ideally rendered with word wrap. How...