Earlier quoted context omitted.
Caps lock is right on the home row.
Oh, right. I have control remapped on caps lock, so it's caps lock + [.
I'm not sure, but I think Karabiner can be configured to act the same way.
71–80 of 291 posts
Earlier quoted context omitted.
Caps lock is right on the home row.
Oh, right. I have control remapped on caps lock, so it's caps lock + [.
I'm not sure, but I think Karabiner can be configured to act the same way.
Does anyone know if lynx plans on supporting wasm? I'd like to try this editor in a terminal.
It would probably need to get the engine to draw to a fake screen buffer and run an OCR algorithm over that. And even if the OCR and layout worked well, there would be a lot other work necessary to get reasonable text based interactivity, though that's probably partially solved by projects like Vimium. Some interactions like dragging would likely never be supported.
Not easy at all, but somehow more reasonable than updating lynx to support all of today's new technologies. I wonder if anyone's already tried something like it.
Earlier quoted context omitted.
Or just use regular Vim and not think that everything needs to run inside of a web browser, especially if you value user privacy and computer resources.
Would be nice to be able to use vim (or any other editor of your choice) in web text boxes.
pretty fun as an experiment. It would be so cool if someday github/gitlab had this as an option for editing files
sorry for being dense, but I can't seem to save files or do anything seemingly practical. Is there any practical use cases for this library, or is this purely along the lines of "Hey checkout this cool hack!"
It is similar to CodeMirror, Ace, and Monaco.
CodeMirror: https://codemirror.net/
Ace: https://ace.c9.io/
Monaco: https://microsoft.github.io/monaco-editor/index.html
sorry for being dense, but I can't seem to save files or do anything seemingly practical. Is there any practical use cases for this library, or is this purely along the lines of "Hey checkout this cool hack!"
Does anyone know if lynx plans on supporting wasm? I'd like to try this editor in a terminal.
At this point, the easier route to getting a text-based browser to support something like this would be creating a new one based on WebKit/Blink. It would probably need to get the engine to draw to a fake screen buffer and run an OCR algorithm over that. And even if the OCR and layout worked well, there would be a lot other work necessary to get reasonable text based interactivity, though that's probably partially so…
Does anyone know if lynx plans on supporting wasm? I'd like to try this editor in a terminal.
At this point, the easier route to getting a text-based browser to support something like this would be creating a new one based on WebKit/Blink. It would probably need to get the engine to draw to a fake screen buffer and run an OCR algorithm over that. And even if the OCR and layout worked well, there would be a lot other work necessary to get reasonable text based interactivity, though that's probably partially so…
It uses Firefox as a backend so can in fact run Wasm. However it doesn't use OCR, it uses the DOM to get precise coordinates for text nodes, this recreating a pure text representation of the page, using nothing but spaces and carriage returns for "formatting".
I am impressed that :imap jk :imap kj works great. However it seems like outer and inner text objects aren't working at all. E.g. daw, ci)