Textern 的评价
Textern 作者: Jonathan Lebon
Firefox 用户 13924752 的评价
评分 5 / 5
来自 Firefox 用户 13924752,7 年前Exactly what I needed to replace itsalltext.
Using plain ["emacsclient"] as the editor works fine for me.
Using plain ["emacsclient"] as the editor works fine for me.
32 条评价
- 评分 5 / 5来自 Silvio Levy,1 年前Worked 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. - 评分 5 / 5来自 parallel,1 年前
- 评分 5 / 5来自 Firefox 用户 14678933,2 年前
- 评分 5 / 5来自 Firefox 用户 14643457,3 年前
- 评分 5 / 5来自 Firefox 用户 14777351,3 年前
- 评分 5 / 5来自 Michael Meffie,4 年前Excellent. Worked perfectly for me on ubuntu20.04. Easy setup and examples for gvim.
- 评分 5 / 5来自 Firefox 用户 14971963,4 年前
- 评分 5 / 5来自 Ben,4 年前
- 评分 5 / 5来自 Firefox 用户 15983354,5 年前
- 评分 5 / 5来自 Dusty Mabe,5 年前
- 评分 5 / 5来自 eggyolk,5 年前Thank you for this well-working replacement of its-all-text, which I strongly missed after mozilla's change to the WebExtension API!
- 评分 5 / 5来自 Eduardo Santiago,5 年前Oh how I've missed _It's All Text_. Thank you jlebon for providing this!
- 评分 5 / 5来自 Vpnlord,5 年前
- 评分 5 / 5来自 JonnoN,5 年前
- 评分 5 / 5来自 Firefox 用户 15233239,5 年前
- 评分 5 / 5来自 grepp ,5 年前Works on Debian fine with `make native-install USER=1` for "2. Install the native app."
thx - 评分 5 / 5来自 rsk78n,5 年前Been 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.
- 评分 5 / 5来自 Firefox 用户 14770611,6 年前It 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!
- 评分 5 / 5来自 Firefox 用户 14443015,6 年前
- 评分 5 / 5来自 Petr Zemek,6 年前Great 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!
- 评分 5 / 5来自 George Kouryachy,7 年前
- 评分 4 / 5来自 Firefox 用户 13867618,7 年前On Ubuntu 16.04, it just works. Using it with ["gvim","-f"].
I like the docs. Good job!