Skip to main content

EditOnline

A simple online text file editor base on Ace.js.

Install

pip install EditOnline

Use

cd to you working directory and run command:

EditOnline

on Windows use:

EditOnline.bat

if can’t find EditOnline command, try:

python -m EditOnline

open broswer with url http://127.0.0.1:8000

Editor shortcut

  • Ctrl+Alt/Shift+S : Save This File

  • Ctrl+Alt/Shift+N : Create New File

  • Ctrl+Alt/Shift+H : Show This Help Info

Other tips

1.set http port 80

EditOnline 80

2.authenticate with username and password (admin admin)

EditOnline -u admin -p admin

3.set the working directory (/tmp)

EditOnline -d /tmp

4.bind address with 127.0.0.1

EditOnline 127.0.0.1:8000

5.use as wsgi

# set username and passwor
export WSGI_PARAMS="-u admin -p admin"
# run wsgi with gunicorn
gunicorn -b 0.0.0.0:8000 EditOnline.wsgi:application

CHANGES

0.1.0

  • test

0.1.2

  • first version

0.1.3

  • setup bug fix

0.1.4

  • 1.complete document

  • 2.fix working directory(-d) option bug

  • 3.change to use cdnjs static resource

0.1.5

  • 1.using ThreadingHTTPServer to handle concurrency request

  • 2.import static resource to avoid the slow speed of cdnjs in China, then the EditOnline size increased >.<

  • 3.bind address support, see -h

  • 4.add EditOnline.py to scripts

0.1.6

  • 1.fix libdir bug

  • 2.change package info

0.1.7

  • 1.wsgi suport

0.1.9

  • 1.shell bug

0.1.10

  • 1.fix wsgi bug

0.1.11

  • 1.short key change

  • 2.add toolbar

0.1.12

  • 1.short key help

0.1.13

  • 1.fix 401 bug

0.1.14

  • 1.add fontsize set

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EditOnline-0.1.14.tar.gz (1.6 MB view details)

Uploaded Source

File details

Details for the file EditOnline-0.1.14.tar.gz.

File metadata

  • Download URL: EditOnline-0.1.14.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for EditOnline-0.1.14.tar.gz
Algorithm Hash digest
SHA256 40c68b877717cca4971b14e74f2ab2a77286b617eba80384ef8e6ff4c026918f
MD5 6b765582cede29d08ed43fb3d5860a62
BLAKE2b-256 2cd1f7d5f6d267a71f39a6b319e0e932508c01bbc183782c60a09b41aa87efbd

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.14 This release

1 file

0.1.13

1 file

0.1.12

1 file

0.1.11

1 file

0.1.10

1 file

0.1.9

1 file

0.1.8

1 file

0.1.7

1 file

0.1.6

1 file

0.1.5

1 file

0.1.4

1 file

0.1.3

1 file

0.1.2

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page