|
|
|
|
|
by boogies
2077 days ago
|
|
There are quite a few browser extensions that make this easier. The best is Pentadactyl, a complete UI overhaul for vi bindings everywhere that lets you hit Control + i to open any text field in any (blocking) external editor (gvim -f by default), so you can type out your message and then type ZZ to send all the text to the field at once. However, it’s only for XUL browsers. I think there are also WebExtensions that offer similar external editor support, but when I use browsers limited to them I use wasavi, which pops up a javascript-powered vi clone inside the browser (but still only sends the text down to the area when you save). IIRC SurfingKeys also has a similar thing, with a codemirror-based editor that’s IME more limited than wasavi. Of course none of these work on exceptionally complicated things like Google Docs, but they often work on simpler WYSIWYG rich text areas, and wasavi and maybe SurfingKeys even support converting the HTML within them to Markdown while editing, and back when you save. |
|