Vurdering for Textern
Textern av Jonathan Lebon
Vurdering av Firefox user 13272507
Vurdering: 5 av 5
av Firefox user 13272507, 8 år sidanThis works as a replacement for me. It's a bummer to have to install the native portion, but I understand the reasons. At least those are lightweight and easy with the well done instructions. To use gvim, I set my external editor to ["gvim", "-f"]. My only concern at this point is tracking updates on the native part. Hopefully the extension itself can help raise awareness when needed. In the meantime, I'll just follow the project on GitHub.
Svar frå utviklaren
posta 8 år sidanThanks for the feedback! I've created an issue upstream to track this work: https://github.com/jlebon/textern/issues/9.
Cheers!
Cheers!
34 vurderingar
- Vurdering: 5 av 5av Enno, 2 månader sidan
- Vurdering: 5 av 5av jamespo, 6 månader sidan
- Vurdering: 5 av 5av Silvio Levy, 2 år sidanWorked 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. - Vurdering: 5 av 5av parallel, 2 år sidan
- Vurdering: 5 av 5av Firefox user 14678933, 3 år sidan
- Vurdering: 5 av 5av Firefox user 14643457, 4 år sidan
- Vurdering: 5 av 5av Firefox user 14777351, 4 år sidan
- Vurdering: 5 av 5av Michael Meffie, 5 år sidanExcellent. Worked perfectly for me on ubuntu20.04. Easy setup and examples for gvim.
- Vurdering: 5 av 5av Firefox user 14971963, 5 år sidan
- Vurdering: 5 av 5av Ben, 5 år sidan
- Vurdering: 5 av 5av Firefox user 15983354, 6 år sidan
- Vurdering: 5 av 5av Dusty Mabe, 6 år sidan
- Vurdering: 5 av 5av eggyolk, 6 år sidanThank you for this well-working replacement of its-all-text, which I strongly missed after mozilla's change to the WebExtension API!
- Vurdering: 5 av 5av Eduardo Santiago, 6 år sidanOh how I've missed _It's All Text_. Thank you jlebon for providing this!
- Vurdering: 5 av 5av Vpnlord, 6 år sidan
- Vurdering: 5 av 5av JonnoN, 6 år sidan
- Vurdering: 5 av 5av Firefox user 15233239, 6 år sidan
- Vurdering: 5 av 5av grepp , 6 år sidanWorks on Debian fine with `make native-install USER=1` for "2. Install the native app."
thx - Vurdering: 5 av 5av rsk78n, 6 år sidanBeen 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.
- Vurdering: 5 av 5av Firefox user 14770611, 7 år sidanIt 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!
- Vurdering: 5 av 5av Firefox user 14443015, 7 år sidan
- Vurdering: 5 av 5av Selth, 7 år sidanFinally an extension that works properly! I missed it's all text so much.
- Vurdering: 5 av 5av Petr Zemek, 7 år sidanGreat 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!
- Vurdering: 5 av 5av George Kouryachy, 8 år sidan
- Vurdering: 5 av 5av Firefox user 13924752, 8 år sidanExactly what I needed to replace itsalltext.
Using plain ["emacsclient"] as the editor works fine for me.