toitText is a lightweight text editor written in PHP. The goal of this project was to write a functional text editor in a single file in under 200 lines. Mission accomplished!
toitText is experimental and not extensively tested. Use it at your own risk! I am not liable for lost data!
Source
The source is on Github here.
Current features:
- Saving and loading files on a web server
- Tabbing
- Trivial security (login)
Future features?
- File renaming
- File deletion
- Better error handling
- Better security
Credits
toitText uses taboverride and jQuery. Both are used under the MIT license.