Beberapa fitur sedang dimatikan sementara karena kami sedang melakukan pemeliharaan situs web. Beberapa saat lagi kami akan kembali.
Ulasan untuk Edit with Emacs
Edit with Emacs oleh dakra, stsquad
Tinjauan oleh Pengguna Firefox 13512248
Diberi peringkat 5 dari 5
oleh Pengguna Firefox 13512248, 7 tahun yang laluThis is a life saver and can replace the no longer working It'ts All text extension (under condition that you know how to use the Emacs editor).
I use it for example to edit "technical" Mediawiki pages.
I use it for example to edit "technical" Mediawiki pages.
28 ulasan
- Diberi peringkat 5 dari 5oleh JasonM23, 3 tahun yang laluRelatively simple to install and use in Emacs, (of course on Firefox side it's a click or two.)
I can also confirm that it works fine with Emacs-mac on Macos (for at least the last several years of emacs versions). - Diberi peringkat 5 dari 5oleh Danny Navarro, 3 tahun yang lalu
- Diberi peringkat 5 dari 5oleh SmirnoffBG, 4 tahun yang lalu
- Diberi peringkat 5 dari 5oleh liziyi, 4 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Kamen, 5 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 12613834, 5 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Med Aly, 5 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Lunkwill, 5 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 13954098, 6 tahun yang laluWorks great. I just had to install `edit-server' with `M-x package-install edit-server RET' and add
(require 'edit-server)
(edit-server-start)
to my init file. - Diberi peringkat 5 dari 5oleh el3ctron, 6 tahun yang laluexcelent idea, it would be better if is used with a shorcut key that opens the emacs buffer.
- Diberi peringkat 5 dari 5oleh Jorge, 6 tahun yang lalu
- Diberi peringkat 5 dari 5oleh stsquad, 6 tahun yang lalu
- Diberi peringkat 4 dari 5oleh tastytea, 6 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Karl Fogel, 6 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 13864526, 6 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 14483499, 6 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 14373080, 7 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Michal Sojka, 7 tahun yang lalu
- Diberi peringkat 5 dari 5oleh Emmanuel Halbwachs, 7 tahun yang laluI was a happy user of It's all Text, which stopped working with Firefox 57+. When searching for a replacement, I found Textern, but it was cumbersome with this third-party python edit server (but editor agnostic, for sure). For Emacs users, the edit server is a package on MELPA, so installation is straightforward. The counterpart is that it's Emacs-specific.
I can now happily edit text areas with my editor of choice again. - Diberi peringkat 5 dari 5oleh Alex Golubev, 7 tahun yang laluBeautiful. Spreading the Emacs power and love everywhere. The Lisp Machine lives on haha!
- Diberi peringkat 5 dari 5oleh tangxinfa, 7 tahun yang laluIt works very well, good job.
Suggest put the following documention in the readme for easy to use:
1, Install edit-server in emacs
It's in "Settings->Information"
2, Start editing in firefox with shortcut key "Alt+Enter" when focused on textarea
It's in "Settings->configuration", please enable "Alt+Enter" by default.
3, The actions support by edit buffer
`C-c C-c` to done edit - Diberi peringkat 5 dari 5oleh Pengguna Firefox 13701094, 7 tahun yang laluI love emacs and I've been looking for this kind plug-ins for firefox!
It's very helpful when I edit web based BTS. Thanks a lot! - Diberi peringkat 5 dari 5oleh Pengguna Firefox 13658325, 8 tahun yang laluI love this add-on. It does exactly what I want. Thank you so much!
- Diberi peringkat 4 dari 5oleh HippoMan, 8 tahun yang laluI'm very glad for this extension, and it works well. Good work! However, there is one issue: on certain sites, the text boxes have buttons in the lower-right corner where this add-on puts its own "Edit" button. In some cases, this is a "Post Message" button, and when I try to click on "Edit", my message gets prematurely posted.
It would be helpful if one of the options for this add-on would be for us to override the default location of the edit button within text boxes.
I know that I can still edit using the button in the toolbar, but it still would be desirable to be able to specify a different default edit-button location for text boxes.
It would also be desirable for this add-on to optionally launch emacs with a specific environment variable or command-line option, if it doesn't recognize any existing emacs sessions with `edit-server` running. I could write emacs startup code to recognize this environment variable or command-line option and if it appears, to then launch `edit-server` within my startup code, so that it could be used within this app.
But again, good add-on, and good work!