else/Editor
Voussoir f561782a81 else 2015-06-30 20:00:14 -07:00
..
README.md
editor.py
textfiles.db else 2015-06-30 20:00:14 -07:00

README.md

Editor

A neat idea that would make for a fun website. Users read and write text files by choosing the file name. If it exists, the text is returned to them for editing. If it does not, it will be created when they press Save. No logins and no file security. Since it's using a database instead of actual txt files, there are no filename character restrictions, only a maximum title length and a couple self-imposed rules for sanity's sake.

ctrl+s - save file
ctrl+w - return to menu (does not save)
ctrl+[ - smaller font
ctrl+] - larger font
ctrl+/ - toggle linewrap