Recenze doplňku Textern
Textern od Jonathan Lebon
Recenze od uživatele Uživatel Firefoxu - 14643457
Hodnocení: 5 z 5
od uživatele Uživatel Firefoxu - 14643457, před 4 lety33 recenzí
- Hodnocení: 5 z 5od uživatele jamespo, před měsícem
- Hodnocení: 5 z 5od uživatele Silvio Levy, před 2 letyWorked 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. - Hodnocení: 5 z 5od uživatele parallel, před 2 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14678933, před 3 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14777351, před 4 lety
- Hodnocení: 5 z 5od uživatele Michael Meffie, před 4 letyExcellent. Worked perfectly for me on ubuntu20.04. Easy setup and examples for gvim.
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14971963, před 4 lety
- Hodnocení: 5 z 5od uživatele Ben, před 5 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15983354, před 5 lety
- Hodnocení: 5 z 5od uživatele Dusty Mabe, před 5 lety
- Hodnocení: 5 z 5od uživatele eggyolk, před 5 letyThank you for this well-working replacement of its-all-text, which I strongly missed after mozilla's change to the WebExtension API!
- Hodnocení: 5 z 5od uživatele Eduardo Santiago, před 5 letyOh how I've missed _It's All Text_. Thank you jlebon for providing this!
- Hodnocení: 5 z 5od uživatele Vpnlord, před 5 lety
- Hodnocení: 5 z 5od uživatele JonnoN, před 6 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15233239, před 6 lety
- Hodnocení: 5 z 5od uživatele grepp , před 6 letyWorks on Debian fine with `make native-install USER=1` for "2. Install the native app."
thx - Hodnocení: 5 z 5od uživatele rsk78n, před 6 letyBeen 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.
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14770611, před 6 letyIt 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!
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14443015, před 7 lety
- Hodnocení: 5 z 5od uživatele Selth, před 7 letyFinally an extension that works properly! I missed it's all text so much.
- Hodnocení: 5 z 5od uživatele Petr Zemek, před 7 letyGreat 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!
- Hodnocení: 5 z 5od uživatele George Kouryachy, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13924752, před 7 letyExactly what I needed to replace itsalltext.
Using plain ["emacsclient"] as the editor works fine for me. - Hodnocení: 4 z 5od uživatele Uživatel Firefoxu - 13867618, před 7 letyOn Ubuntu 16.04, it just works. Using it with ["gvim","-f"].
I like the docs. Good job!