Đánh giá cho Textern
Textern bởi Jonathan Lebon
Đánh giá bởi Người dùng Firefox 14770611
Xếp hạng 5 trong số 5
bởi Người dùng Firefox 14770611, 6 năm trướcIt 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!
33 đánh giá
- Xếp hạng 5 trong số 5bởi jamespo, 21 ngày trước
- Xếp hạng 5 trong số 5bởi Silvio Levy, 2 năm trướcWorked 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. - Xếp hạng 5 trong số 5bởi parallel, 2 năm trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 14678933, 3 năm trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 14643457, 4 năm trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 14777351, 4 năm trước
- Xếp hạng 5 trong số 5bởi Michael Meffie, 4 năm trướcExcellent. Worked perfectly for me on ubuntu20.04. Easy setup and examples for gvim.
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 14971963, 4 năm trước
- Xếp hạng 5 trong số 5bởi Ben, 5 năm trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 15983354, 5 năm trước
- Xếp hạng 5 trong số 5bởi Dusty Mabe, 5 năm trước
- Xếp hạng 5 trong số 5bởi eggyolk, 5 năm trướcThank you for this well-working replacement of its-all-text, which I strongly missed after mozilla's change to the WebExtension API!
- Xếp hạng 5 trong số 5bởi Eduardo Santiago, 5 năm trướcOh how I've missed _It's All Text_. Thank you jlebon for providing this!
- Xếp hạng 5 trong số 5bởi Vpnlord, 5 năm trước
- Xếp hạng 5 trong số 5bởi JonnoN, 5 năm trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 15233239, 6 năm trước
- Xếp hạng 5 trong số 5bởi grepp , 6 năm trướcWorks on Debian fine with `make native-install USER=1` for "2. Install the native app."
thx - Xếp hạng 5 trong số 5bởi rsk78n, 6 năm trướcBeen 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.
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 14443015, 7 năm trước
- Xếp hạng 5 trong số 5bởi Selth, 7 năm trướcFinally an extension that works properly! I missed it's all text so much.
- Xếp hạng 5 trong số 5bởi Petr Zemek, 7 năm trướcGreat 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!
- Xếp hạng 5 trong số 5bởi George Kouryachy, 7 năm trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 13924752, 7 năm trướcExactly what I needed to replace itsalltext.
Using plain ["emacsclient"] as the editor works fine for me. - Xếp hạng 4 trong số 5bởi Người dùng Firefox 13867618, 7 năm trướcOn Ubuntu 16.04, it just works. Using it with ["gvim","-f"].
I like the docs. Good job!