ImaginarySense / Imaginary-Teleprompter

Easy to use, free software, teleprompter app.
http://imaginary.tech/teleprompter
GNU General Public License v3.0
267 stars 53 forks source link

Text format issue #106

Open videosmith opened 2 years ago

videosmith commented 2 years ago

After inserting line breaks in upper/lowercase text, when text is then highlighted and "Transition Text to Uppercase" is selected, all line breaks are apparently discarded and processed text is reverted to 1 paragraph.

Cuperino commented 2 years ago

Bug confirmed on versions 2.x and 4.0. I would propose upgrading CKEditor to version 5, but I just noticed CKEditor 5 has no switch casing functionality.

There is a plugin for CKEditor 5 to do this, but it conflicts with other plugins being used in Imaginary Teleprompter's 3.0 code base, which I'm using to test whether this would work for the 4.0 code base, because the 4.0 code base uses the same CKEditor 4 version as the 2.x code base.

Our options are:

@va2ron1, I'm attempting the first option. If that fails, what are your inclinations?

videosmith commented 2 years ago

Will Imaginary-Teleprompter run under 64 bit deb bullseye? Thank you.Stuart

Cuperino commented 2 years ago

The beta that is to come in the following days should work on arm64 Bullseye. But I can't guarantee availability of a Debian package for this update. Most likely it'll be a Tar file.

The bug being referred to on this thread hasn't been attended for this update. I'm currently inclined to "Move to CKEditor 5 and solve plugin conflicts".