Recensioni per Textern
Textern di Jonathan Lebon
Recensione di Michalis Kamburelis
Valutata 5 su 5
di Michalis Kamburelis, 7 anni faWorks cool -- I installed the native application and this extension in Firefox 57 (on Debian).
Good:
- Native application can be installed only for the current user (not system-wide),
- Everything is open-source,
- Works with Emacs nicely, as an editor I'm using a trivial script that does emacsclient --alternate-editor='emacs' "$@"
Notes:
- Test on textarea like https://github.com/jlebon/textern/issues/new .
- Note that it doesn't seem to work on textarea on https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea , since it's in mozilla.org domain and Firefox seems to block script injections there (see jlebon comment below - thanks for catching this!).
- The default shortcut Ctrl+Shift+E for me always makes me type "e" (in addition to firing an editor). After changing it to Ctrl+Shift+F , it works perfect.
(This review is edited, as initially I thought that the extension doesn't work for me, but actually it was only blocked on mozilla.org. Thanks to jlebon for replying!)
Good:
- Native application can be installed only for the current user (not system-wide),
- Everything is open-source,
- Works with Emacs nicely, as an editor I'm using a trivial script that does emacsclient --alternate-editor='emacs' "$@"
Notes:
- Test on textarea like https://github.com/jlebon/textern/issues/new .
- Note that it doesn't seem to work on textarea on https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea , since it's in mozilla.org domain and Firefox seems to block script injections there (see jlebon comment below - thanks for catching this!).
- The default shortcut Ctrl+Shift+E for me always makes me type "e" (in addition to firing an editor). After changing it to Ctrl+Shift+F , it works perfect.
(This review is edited, as initially I thought that the extension doesn't work for me, but actually it was only blocked on mozilla.org. Thanks to jlebon for replying!)
Replica dello sviluppatore
pubblicato il 7 anni faInteresting, it doesn't work for me either on mozilla.org. I think Firefox actively blocks content script injections on mozilla.org (though the documentation only says that's the case for only addons.mozilla.org).
Maybe try it on a different website, e.g. https://github.com/jlebon/textern/issues/new, and if it still doesn't work, feel free to create an upstream issue there :)
The default key is Ctrl+Shift+E, but note that you can change that mapping in the extension settiongs.
Maybe try it on a different website, e.g. https://github.com/jlebon/textern/issues/new, and if it still doesn't work, feel free to create an upstream issue there :)
The default key is Ctrl+Shift+E, but note that you can change that mapping in the extension settiongs.
32 recensioni
- Valutata 5 su 5di Silvio Levy, un anno faWorked without any difficulty at all.
Not since conkeror died have I found something this useful for interacting with a browser!
Worth remarking that for emacs uses who prefer to work with text windows, emacsclient is a good alternative to opening a new terminal (the process suggested in the instructions here). This is because emacsclient will then place the text in a new buffer in an existing instance of emacs (the one running the so-called emacs server) so you can for instance easily transfer text between buffers.
My config therefore says ["emacsclient", "+%l:%c"] and it worked the first time. Bravo, Lebon! Un nom tres adequat. - Valutata 5 su 5di parallel, 2 anni fa
- Valutata 5 su 5di Utente Firefox 14678933, 2 anni fa
- Valutata 5 su 5di Utente Firefox 14643457, 3 anni fa
- Valutata 5 su 5di Utente Firefox 14777351, 3 anni fa
- Valutata 5 su 5di Michael Meffie, 4 anni faExcellent. Worked perfectly for me on ubuntu20.04. Easy setup and examples for gvim.
- Valutata 5 su 5di Utente Firefox 14971963, 4 anni fa
- Valutata 5 su 5di Ben, 4 anni fa
- Valutata 5 su 5di Utente Firefox 15983354, 5 anni fa
- Valutata 5 su 5di Dusty Mabe, 5 anni fa
- Valutata 5 su 5di eggyolk, 5 anni faThank you for this well-working replacement of its-all-text, which I strongly missed after mozilla's change to the WebExtension API!
- Valutata 5 su 5di Eduardo Santiago, 5 anni faOh how I've missed _It's All Text_. Thank you jlebon for providing this!
- Valutata 5 su 5di Vpnlord, 5 anni fa
- Valutata 5 su 5di JonnoN, 5 anni fa
- Valutata 5 su 5di Utente Firefox 15233239, 5 anni fa
- Valutata 5 su 5di grepp , 6 anni faWorks on Debian fine with `make native-install USER=1` for "2. Install the native app."
thx - Valutata 5 su 5di rsk78n, 6 anni faBeen looking for something like this for a long time to edit online text in vim. Works perfectly, especially with a vi-like control add-on so your hands never have to leave the keyboard. Editing wikis is no longer a chore.
- Valutata 5 su 5di Utente Firefox 14770611, 6 anni faIt mimics the "It's All Text" add-on behaviour pretty well. The installation process is quite straightforward as simple Makefile is used (and there is option to install in home directory without root privileges!). Good job!
- Valutata 5 su 5di Utente Firefox 14443015, 6 anni fa
- Valutata 5 su 5di Selth, 6 anni faFinally an extension that works properly! I missed it's all text so much.
- Valutata 5 su 5di Petr Zemek, 7 anni faGreat replacement for the "It's All Text" add-on for Firefox 57+. It even passes the current caret position to the external editor (tested with GVim). Thank you very much Jonathan for creating the add-on!
- Valutata 5 su 5di George Kouryachy, 7 anni fa
- Valutata 5 su 5di Utente Firefox 13924752, 7 anni faExactly what I needed to replace itsalltext.
Using plain ["emacsclient"] as the editor works fine for me. - Valutata 4 su 5di Utente Firefox 13867618, 7 anni faOn Ubuntu 16.04, it just works. Using it with ["gvim","-f"].
I like the docs. Good job!