RobertoMachorro / Moped

A general purpose text editor, small and light.
https://roberto.machorro.net/Moped/
GNU General Public License v3.0
90 stars 8 forks source link

Unable to paste multi-line plaintext from Google Chat to Moped #34

Closed perryrivera1 closed 9 months ago

perryrivera1 commented 1 year ago

Up till yesterday, I was able to paste in multi-line plaintext from Google Chat to Moped.

As of today, I am no longer able to paste in text from those screens. Everything seems to get placed into one line.

Uninstalling the moped app and reinstalling has had no effect.

I've attached an example. The original source is multiple lines. The paste-up is now only one line.

Image 8-24-23 at 7 31 AM

Thanks for taking a look at this..

RobertoMachorro commented 1 year ago

Hi @perryrivera1 , it's possible that Google Chat has changed the way they handle new lines. Some applications just do a carriage return and consider that a new line. In order to further understand the text/content, could you please save a snippet of your text to clipboard, then to a file? You can use the following command line so that all characters are preserved. Attach the file here.

$ pbpaste > sample.txt

Thanks!

NOTE: For your own privacy, only select non-private text, at least two lines.

RobertoMachorro commented 9 months ago

No follow up was given, closing issue.