Textern에 대한 리뷰
Textern 제작자: Jonathan Lebon
kornelis 님의 리뷰
I have Python 3.6.2. Followed the instructions for installing the native app. Tried launching with ["gvim", "-f"] and ["gvim"]. I only got the error: "this text is already being edited". Positive: an uninstall rule for the native app. BTW, in other fields than pure textarea fields Ctrl+Shift+E opens a developer frame.
Udate: the add-on works after I uninstalled the native client, and installed again with `make native-install USER=1` (I'm running Firefox from `~/bin`). Currently seems to work as advertised, I'll adjust the rating.
Udate: the add-on works after I uninstalled the native client, and installed again with `make native-install USER=1` (I'm running Firefox from `~/bin`). Currently seems to work as advertised, I'll adjust the rating.
개발자 답글
8년 전에 게시됨Can you open an issue upstream at https://github.com/jlebon/textern and we'll debug there? I'd like to help you but it's painful through this interface. Also check out previously closed issues for debugging steps, e.g. https://github.com/jlebon/textern/issues/4 and https://github.com/jlebon/textern/issues/7. Re. Ctrl+Shift+E, odd I hadn't noticed that before. I wonder if it's new in the latest version of Firefox. Regardless, feel free to change the mapping in the editor settings to something else if you'd like.
리뷰 34개
- 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 님, 4년 전
- 5점 만점에 5점Firefox 사용자 14643457 님, 4년 전
- 5점 만점에 5점Firefox 사용자 14777351 님, 5년 전
- 5점 만점에 5점Michael Meffie 님, 5년 전Excellent. Worked perfectly for me on ubuntu20.04. Easy setup and examples for gvim.
- 5점 만점에 5점Firefox 사용자 14971963 님, 5년 전
- 5점 만점에 5점Firefox 사용자 15983354 님, 6년 전
- 5점 만점에 5점Dusty Mabe 님, 6년 전
- 5점 만점에 5점Eduardo Santiago 님, 6년 전Oh how I've missed _It's All Text_. Thank you jlebon for providing this!
- 5점 만점에 5점Firefox 사용자 15233239 님, 7년 전
- 5점 만점에 5점Firefox 사용자 14770611 님, 7년 전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 님, 7년 전
- 5점 만점에 5점Petr Zemek 님, 8년 전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 님, 8년 전
- 5점 만점에 5점Firefox 사용자 13924752 님, 8년 전Exactly what I needed to replace itsalltext.
Using plain ["emacsclient"] as the editor works fine for me.