Edit with Emacs의 버전 기록 - 4개 버전
Edit with Emacs 제작자: dakra, stsquad
Edit with Emacs의 버전 기록 - 4개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.16
2021년 1월 13일에 출시 - 330.58 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동* allow disabling of switch to settings behaviour
* whitelist penguin.linux.test for edit server (ChromeOS/Crostini)
* fix context menu on newer Chromes (#158)
* honour edit_server_host instead of hard-coding 127.0.0.1
* use the Chrome extension UI to set keyboard shortcuts.
* fix handling of spellcheck=false nodes for Gmail (#171, #162)GNU General Public License v3.0 only에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 1.15
2018년 1월 18일에 출시 - 287.47 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동v1.15 (Same version as previous AMO version v1.14.2)
* Now builds for Firefox using WebExtension hooks
* Use chrome.notifications instead of webkitNotifications
* Use <div> with style instead of inline <img> for edit button
* fake "input" event to stop active page components overwriting text area</div>GNU General Public License v3.0 only에 따라 릴리스된 소스 코드
버전 1.14.2
2018년 1월 17일에 출시 - 287.48 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동dispatch "input" event to textarea after update
Some sites (looking at you, fastmail.fm) apparently maintain a shadow copy of a textarea's contents,
updating it from `change` events on the real textarea. Unfortunately, when `emacs_chrome` directly updates
the real textarea with text received from emacs, the shadow copy does not see these changes.
The user (me) is then surprised to see that upon submitting the web page (i.e. `Send`ing the email),
the edits made in emacs have disappeared, even though they were visible in the textarea.
This commit forces an `input` event to be dispatched to the textarea after its value has been set
with the new contents received from emacs, and fixes the problem (for fastmail.fm , at least)GNU General Public License v3.0 only에 따라 릴리스된 소스 코드
버전 1.14
2017년 12월 19일에 출시 - 287.37 KBfirefox 47.0 이상, android 47.0 ~ 68.*에서 작동Edit with Emacs is an extension for Firefox/Chrome(ium)
that allows you to edit text areas on your browser in a more full
featured editor. It does this in conjunction with an "Edit Server"
which services requests by the browser. This is because extensions
cannot spawn new processes as a security measure.
The extension packages native elisp version that can be run inside
GNU Emacs itself, just follow the instructions from the options page
of the extension. It has been known to work with GNU Emacs and
Aquamacs (MacOS); it is presently not compatible with XEmacs.
Other example edit servers can be found at the project homepage. There
is no reason why other server scripts could not spawn other editors
and currently a number of servers support the simple URL based
protocol.
This extension is licensed under the GPL v3 and development versions
can be found at: http://github.com/stsquad/emacs_chromeGNU General Public License v3.0 only에 따라 릴리스된 소스 코드