💾 Archived View for station.martinrue.com › skyjake › 3f55f58b06244c0baff751086ba8d68a captured on 2023-04-26 at 13:43:23. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
Testing Multi-Line Input I'm working on an improved text editor for Lagrange v1.5. It expands as you write text, and newlines can be inserted, too. Let's see if these newlines are preserved. Testing 1 2 3 Another line and a third one.
2 years ago · 👍 martin, figbert, thatsredadcted, rdelaage, gnuserland, know, dunkel, aka_dude, bobby
Great! Maybe the best approach is to strip all whitespace at the ends, and allow at most 2 consecutive '\n's in the middle. · 2 years ago
I currently strip them, but I could undo that pretty easily. With a better text input that enables longer-form input, this seems like a big win! · 2 years ago
The newlines were not preserved. @martin · 2 years ago