Scribble icon indicating copy to clipboard operation
Scribble copied to clipboard

Line by Line display instead of Page by Page.

Open FoolsLynx opened this issue 2 years ago • 1 comments

The ability to have text "scroll" rather than have it go on a new page would be a good feature to implement (if it hasn't already)

For example, lets say text box can hold 4 lines and this is our string: "This is Line 1\nThis is Line 2\nThis is Line 3\nThis is Line 4\nThis is Line 5"

Have it display: "This is Line 1 This is Line 2 This is Line 3 This is Line 4"

then instead of the next page being: "This is Line 5"

have it instead get rid of the top line and add the new line so "This is Line 2 This is Line 3 This is Line 4 This is Line 5"

This way it feels smoother than having like two words on a seperate page.

FoolsLynx avatar Feb 21 '22 22:02 FoolsLynx

Requires #384

JujuAdams avatar Dec 03 '22 13:12 JujuAdams