Textern 的評論
Textern 作者: Jonathan Lebon
Firefox 使用者 14443015 所留下的評論
評價 5 分,滿分 5 分
來自 Firefox 使用者 14443015,7 年前33 筆評論
- 評價 5 分,滿分 5 分來自 Silvio Levy,2 年前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 分來自 Firefox 使用者 14678933,3 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14643457,4 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14777351,4 年前
- 評價 5 分,滿分 5 分來自 Michael Meffie,4 年前Excellent. Worked perfectly for me on ubuntu20.04. Easy setup and examples for gvim.
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14971963,5 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 15983354,5 年前
- 評價 5 分,滿分 5 分來自 Dusty Mabe,5 年前
- 評價 5 分,滿分 5 分來自 Eduardo Santiago,6 年前Oh how I've missed _It's All Text_. Thank you jlebon for providing this!
- 評價 5 分,滿分 5 分來自 Firefox 使用者 15233239,6 年前
- 評價 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 分來自 Petr Zemek,7 年前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 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 13924752,7 年前Exactly what I needed to replace itsalltext.
Using plain ["emacsclient"] as the editor works fine for me. - 評價 4 分,滿分 5 分來自 Firefox 使用者 13867618,7 年前On Ubuntu 16.04, it just works. Using it with ["gvim","-f"].
I like the docs. Good job!