I sometimes wonder if modal editing (like vim uses) might be a good approach for navigating/editing longform text on touch devices. It does seem like a missed opportunity to have taken the keyboard/mouse approach and then transferred it to touch devices. Even the keyboard layout has no real advantage for two thumb typing on a screen. Approaches that adapt the interface whilst leaning heavily on letter based inference…
On an iPhone if you hold the space bar down the whole keyboard becomes a kind of trackpad which you can use to move the cursor. Since all the keys disappear, it doesn’t seem like a stretch to add something that works like mouse buttons so you could select text or paste in a specific spot in that “mode”. Right now it’s so frustrating to do any kind of selecting.
Text editing on mobile: the invisible problem
351–360 of 693 posts
Re: Text editing on mobile: the invisible problem
#352Re: Text editing on mobile: the invisible problem
#353Earlier quoted context omitted.
I've been using nvim in termux on foldable phone since I've bought phone in that form factor. It works great, I'm using "unexpected keyboard" as input method for faster special symbols access. It works pretty well. Good enough for me to program on the go.
Thanks for letting me know about the Unexpected Keyboard app. It'll take some getting used to, but having arrow keys and punctuation available without changing modes is pretty awesome. I can even hit Ctrl-A to select all, Ctrl-C to copy, etc. This alone will help text editing on my phone.
Re: Text editing on mobile: the invisible problem
#354Earlier quoted context omitted.
The reason I think it won't get much better is that the size of smart phones will not change. It is size that's really the issue for text editing. No space for a real keyboard, no space for a real display.
Maybe we can look at it as an opportunity for inventing a fundamentally different approach to text editing on mobile? In another topic on HN people are discussing how software gets more bloated over time, because throwing more powerful hardware at a problem is easier than optimizing the software. As mobile devices aren't likely to get much bigger or get equipped with a mouse and keyboard anytime soon -- in other word…
Re: Text editing on mobile: the invisible problem
#3551000% agree with this post, wow. I can’t believe this is controversial.. it’s a disaster. I dread opening the mobile version of google docs, sheets, or even Notes for anything more than a grocery list. The problem is the target audience for this is business customers, and particularly those in management, so it’s a small market. ICs aren’t up and down as much between meetings and can largely stick to their desktop se…
Re: Text editing on mobile: the invisible problem
#3561000% agree with this post, wow. I can’t believe this is controversial.. it’s a disaster. I dread opening the mobile version of google docs, sheets, or even Notes for anything more than a grocery list. The problem is the target audience for this is business customers, and particularly those in management, so it’s a small market. ICs aren’t up and down as much between meetings and can largely stick to their desktop se…
I don’t understand why a tablet requires lugging a briefcase around? Just carry it raw between meetings and put it down if you need two hands for something. If you already carry papers around, get a folding keyboard case. Maybe we’re just thinking of different working environments and I’m imagining an office whereas you’re imagining a job site or something. The actual reason that a tablet isn’t the answer is that the…
Being forced to carry the tablet every time you're moving during a work day is annoying. The big issue is not moving between meetings, it's every other movement during the day. For example getting lunch or getting to the office (especially on e.g. the subway or bike).
Re: Text editing on mobile: the invisible problem
#357Earlier quoted context omitted.
On an iPhone if you hold the space bar down the whole keyboard becomes a kind of trackpad which you can use to move the cursor. Since all the keys disappear, it doesn’t seem like a stretch to add something that works like mouse buttons so you could select text or paste in a specific spot in that “mode”. Right now it’s so frustrating to do any kind of selecting.
As the finger starts close to the bottom edge of the screen, I always struggle with moving the cursor downwards. Is there a trick for that?
Re: Text editing on mobile: the invisible problem
#358Earlier quoted context omitted.
You can install blink shell, panic prompt, or whatever the popular iPhone ssh client of the day is and ssh over to your desktop to get a preview of how this would work. Paired with a Bluetooth keyboard, it is fine IMO. The screen is a little bit small. Sometimes if I’m going to SSH from my phone, I’ll put the phone on a little stand in front of the keyboard, so it can sit more like a foot from my face, or whatever (n…
I do this all the time but I have not found a Bluetooth keyboard that is portable and not total junk. Do you have any suggestions?
In the end I got Apple’s Bluetooth keyboard, I like the scissor actuation or whatever, but it is slightly too big to be as portable as a cellphone.
Re: Text editing on mobile: the invisible problem
#359Earlier quoted context omitted.
I've been using nvim in termux on foldable phone since I've bought phone in that form factor. It works great, I'm using "unexpected keyboard" as input method for faster special symbols access. It works pretty well. Good enough for me to program on the go.
Thanks for letting me know about the Unexpected Keyboard app. It'll take some getting used to, but having arrow keys and punctuation available without changing modes is pretty awesome. I can even hit Ctrl-A to select all, Ctrl-C to copy, etc. This alone will help text editing on my phone.