AmmarAbouZor / tui-journal

Your journal app if you live in a terminal
https://crates.io/crates/tui-journal
MIT License
401 stars 12 forks source link

Optional word wrapping #365

Open caffeinatedgaze opened 7 months ago

caffeinatedgaze commented 7 months ago

It would really be nice to be able to have an option to enable word wrapping. It is disabled by default, and I have not found a way to turn it on.

AmmarAbouZor commented 7 months ago

Sorry for the late response... This would be great feature to have, but the point that I'm using the widget tui-textarea for the editor and can't implement a solution outside of the widget itself. Currently there is an Open PR for this feature, and I'll be very happy to build it here once it get merged and included on crates.io