bartekplus / FluentTyper

FluentTyper auto completes while you typing. FluentTyper attempts to improve the ease and speed of textual input by predicting words.
Other
32 stars 7 forks source link

Bug: Long texts with line breaks does not expanding completely #51

Closed dlazycoder closed 1 year ago

dlazycoder commented 1 year ago

for example if I assign this to text expander:

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Maecenas sit amet elit sed urna convallis egestas et sit amet justo.

The output will be just

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

bartekplus commented 1 year ago

Text expander was intended to work with as simple abbreviations expander. It’s more of input validation issue that multi line text are allowed. I’ll double check if multiline string are supported by https://github.com/bartekplus/presage

bartekplus commented 1 year ago

This has been fixed. Multiline text will work as expected now.