An edit server compatible with TextAid and "Edit with Emacs" chrome extensions"
Project description
This application is an “edit server” supporting one of the many Chrome plugins (including TextAid and Edit with Emacs) allowing you to edit text area fields displayed in your browser using your editor-of-choice.
Getting Started
First, install this package from PyPI:
pip install chrome-edit-server
Second, run the server by running:
chrome-edit-server
Then, install either the TextAid or Edit with Emacs Chrome extensions. Follow the extension’s instructions regarding how to open up an editor window.
Configuration
By default, the edit server will run on port 9292, and will use GVim (gvim -f) as your editor, but you can configure each of those parameters by either setting environment variables or providing arguments from the command line.
To see what options are available and how to set them, run:
chrome-edit-server --help
Contributors
This is an unofficial (but endorsed) fork of @gfxmonk’s edit-server repository that follows common Python style conventions, and is packaged for distribution on PyPI.
If you have any thanks to give for this application’s existence – you owe them to that gentleman.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.