issues
search
rhysd
/
tui-textarea
Simple yet powerful multi-line text editor widget for ratatui and tui-rs
https://crates.io/crates/tui-textarea
MIT License
345
stars
63
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Feature request: Should be possible to manipulate (collapse, censor) "Undo" stack items
#90
mcclure
opened
2 days ago
0
Improve compatibility of vim example
#89
mcclure
opened
3 days ago
0
Give us a way to efficiently work with cursor character positions
#88
mcclure
opened
2 weeks ago
0
Feature request: Set style on range
#87
mcclure
opened
2 weeks ago
0
Update Ratatui to 0.29.0
#86
ricott1
closed
1 month ago
2
Bump Ratatui version
#85
ricott1
closed
1 month ago
0
Wordwrap test
#84
sguerri
opened
2 months ago
0
Question: How to disable virtual space(vscode: scrollBeyondLastLine) feature?
#83
honhimW
opened
2 months ago
0
Feature Request: Methods for getting viewport offsets and line number padding
#82
achristmascarl
opened
2 months ago
0
Expose `selection_start`
#81
achristmascarl
closed
3 months ago
3
Feature Request: Method for getting selection direction
#80
achristmascarl
closed
3 months ago
0
Add block border color to single_line example so it matches readme gif
#79
fmorroni
closed
3 months ago
0
Why doesn't `TextArea` implement `Widget` trait
#78
fmorroni
closed
3 months ago
8
Cursor can leave visible area when line numbers enabled
#77
achristmascarl
closed
3 months ago
2
In Vim example delete up to WordEnd doesn't delete last word character
#76
fmorroni
closed
3 months ago
1
add `CursorMove` for next end of word
#75
achristmascarl
closed
4 months ago
2
`WordEnd` member for `CursorMove` enum
#74
achristmascarl
closed
4 months ago
1
add an option to show cursor and placeholder together
#73
kyu08
closed
4 months ago
8
Line Wrapping
#72
arch-il
opened
4 months ago
0
Support Alt+<Arrows>
#71
SUPERCILEX
closed
4 months ago
4
Update README.md
#70
sugyan
closed
4 months ago
0
Bump Ratatui to 0.27.0
#69
joshka
closed
4 months ago
0
Why shift is hardcoded here ?
#68
0b-s3rv3r
closed
3 months ago
6
Add a non-regex search
#67
russellbanks
opened
6 months ago
3
Can this please be converted to use portable-atomic?
#66
he32
opened
6 months ago
5
Is this still maintained ?
#65
pythops
opened
8 months ago
7
fix typo
#64
kyu08
closed
4 months ago
0
Feature Request: syntax highlighting
#63
juarezr
opened
9 months ago
4
Add serde feature to Scrolling, CursorMove and Input enums
#62
cestef
closed
4 months ago
7
Bump ratatui to v0.26.1
#61
holly-hacker
closed
4 months ago
1
Update to ratatui 0.26
#60
holly-hacker
closed
4 months ago
2
selection is really hard to use for the non `input` caller
#59
pm100
opened
9 months ago
1
Allow input widgets to appear wherever the are in a terminal session
#58
garyrob
closed
10 months ago
2
make lines field public
#57
xyangst
opened
10 months ago
1
Support text "hints"
#56
chiefnoah
opened
10 months ago
1
trying to use tui-textarea in another project - version conflict
#55
pm100
closed
1 year ago
13
word wrap
#54
pm100
opened
1 year ago
2
Support bracketed-paste terminal mode
#53
rhysd
opened
1 year ago
0
[WIP] Add Vim shortcuts to `TextArea`
#52
TimePrinciple
closed
6 months ago
2
Remove Emacs-like shortcuts from `TextArea::input`
#51
rhysd
opened
1 year ago
11
add os clipboard support
#50
pm100
closed
9 months ago
26
refactor key input handling
#49
pm100
closed
1 year ago
1
remove <'a> etc
#48
pm100
closed
1 year ago
0
API improvement to allow fluent calls
#47
pm100
closed
1 year ago
1
remove the <'a> requirement on TextArea
#46
pm100
closed
1 year ago
8
implement select
#45
pm100
closed
1 year ago
9
editor sample crashes on windows every other invokation
#44
pm100
closed
1 year ago
4
hard tab now adds extra padding character on display
#43
pm100
closed
1 year ago
4
`insert_str` should accept newlines
#42
pm100
closed
1 year ago
29
Samples on windows are inefficient
#41
pm100
opened
1 year ago
14
Next