Shqyrtime për Textern
Textern nga Jonathan Lebon
33 shqyrtime
- Vlerësuar me 5 yje nga 5 të mundshëmnga Nils Fredrik Gjerull, 7 vite më parëA good enough replacement for It's All Text.
- Vlerësuar me 5 yje nga 5 të mundshëmnga numbchild, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13601625 përdoruesi Firefox-i, 7 vite më parë- 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. - Vlerësuar me 5 yje nga 5 të mundshëmnga 13561098 përdoruesi Firefox-i, 7 vite më parëThank goodness! I was really missing "It's All Text!" after Firefox 57. Thanks very much Jonathan!
- Vlerësuar me 5 yje nga 5 të mundshëmnga Michalis Kamburelis, 8 vite më parëWorks 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!)Përgjigje zhvilluesi
postuar më 8 vite më parëInteresting, 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. - Vlerësuar me 5 yje nga 5 të mundshëmnga kornelis, 8 vite më parë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.Përgjigje zhvilluesi
postuar më 8 vite më parë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. - Vlerësuar me 5 yje nga 5 të mundshëmnga 13272507 përdoruesi Firefox-i, 8 vite më parëThis 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.
Përgjigje zhvilluesi
postuar më 8 vite më parëThanks for the feedback! I've created an issue upstream to track this work: https://github.com/jlebon/textern/issues/9.
Cheers! - Vlerësuar me 5 yje nga 5 të mundshëmnga 13319983 përdoruesi Firefox-i, 8 vite më parëI'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!