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!
- Saving and loading files on a web server
- Tabbing
- Trivial security (login)
- File renaming
- File deletion
- Better error handling
- Better security