Recenzje dodatku Textern
Textern Autor: Jonathan Lebon
34 recenzje
- Ocena: 4/5Autor: Użytkownik Firefoksa 13867618, 8 lat temuOn Ubuntu 16.04, it just works. Using it with ["gvim","-f"].
I like the docs. Good job! - Ocena: 5/5Autor: numbchild, 8 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 13601625, 8 lat temu- Easy set up (the native part is available on the AUR, making install trivial).
- Configuration is easy and well explained.
- Works exactly as advertised.
- Updates the text on each save, not just when the editor quits, which is helpful when editing markdown with a live preview on the browser side. - Ocena: 5/5Autor: Użytkownik Firefoksa 13561098, 8 lat temuThank goodness! I was really missing "It's All Text!" after Firefox 57. Thanks very much Jonathan!
- Ocena: 5/5Autor: Michalis Kamburelis, 8 lat temuWorks cool -- I installed the native application and this extension in Firefox 57 (on Debian).
Good:
- Native application can be installed only for the current user (not system-wide),
- Everything is open-source,
- Works with Emacs nicely, as an editor I'm using a trivial script that does emacsclient --alternate-editor='emacs' "$@"
Notes:
- Test on textarea like https://github.com/jlebon/textern/issues/new .
- Note that it doesn't seem to work on textarea on https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea , since it's in mozilla.org domain and Firefox seems to block script injections there (see jlebon comment below - thanks for catching this!).
- The default shortcut Ctrl+Shift+E for me always makes me type "e" (in addition to firing an editor). After changing it to Ctrl+Shift+F , it works perfect.
(This review is edited, as initially I thought that the extension doesn't work for me, but actually it was only blocked on mozilla.org. Thanks to jlebon for replying!)Odpowiedź autora
Data: 8 lat temuInteresting, it doesn't work for me either on mozilla.org. I think Firefox actively blocks content script injections on mozilla.org (though the documentation only says that's the case for only addons.mozilla.org).
Maybe try it on a different website, e.g. https://github.com/jlebon/textern/issues/new, and if it still doesn't work, feel free to create an upstream issue there :)
The default key is Ctrl+Shift+E, but note that you can change that mapping in the extension settiongs. - Ocena: 5/5Autor: kornelis, 8 lat temuI 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.Odpowiedź autora
Data: 8 lat temuCan 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. - Ocena: 5/5Autor: Użytkownik Firefoksa 13272507, 8 lat temuThis 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.
Odpowiedź autora
Data: 8 lat temuThanks for the feedback! I've created an issue upstream to track this work: https://github.com/jlebon/textern/issues/9.
Cheers! - Ocena: 5/5Autor: Użytkownik Firefoksa 13319983, 8 lat temuI've been using It's All Text for years, but it's not compatible with FF 57.
Help me Textern. You're my only hope!