stsquad / emacs_chrome

A Chromium/Firefox "clone" of It's All Text for spawning an editor to edit text areas in browsers. Based on David Hilley's original Chromium extension.
https://chrome.google.com/extensions/detail/ljobjlafonikaiipfkggjbhkghgicgoh
GNU General Public License v3.0
514 stars 91 forks source link

README didn't explain that one has to run edit-server-start #170

Closed SmartLayer closed 4 years ago

SmartLayer commented 4 years ago

Took me 20 minutes to figure this out, that once a user installed edit-server, he needs to:

  1. launch emacs outside of Firefox.
  2. run M-x edit-server-start
  3. Click the plugin icon in Firefox while focused in a <textarea>, which would launch a terminal and run emacs in it.

This issue requests that the word edit-server-start to exist in READM.md thanks!

SmartLayer commented 4 years ago

Thanks!