Skip to content

Edit files in a local directory through a web browser (using CodeMirror)

Notifications You must be signed in to change notification settings

webeli/edit-on-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOW: Edit-on-Web

This program provides just enough glue to use the excellent CodeMirror as an editor for local files.

Do the following:

pip install eow

eow --keymap=vim --password=mypassword file-to-edit.txt

Instead of specifying a file on the command line, you may also go to http://localhost:9113/e/file-to-edit.txt.

For what it's worth, the author uses this to edit LaTeX files on a Linux system from within a Windows virtual machine with the help of Windows-only speech recognition software... :)

About

Edit files in a local directory through a web browser (using CodeMirror)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.0%
  • Python 24.0%
  • HTML 13.8%
  • CSS 5.2%