A toy text editor in Tcl/Tk for educational purposes. https://ctrl-c.club/~nttp/toys/toyed/
Go to file
No Time To Play 7fb94ff145 Add C++ source 2024-01-22 14:50:33 +00:00
native Add C++ source 2024-01-22 14:50:33 +00:00
NEWS.md Add version 1.2 2023-10-06 11:40:23 +00:00
README.md Add version 1.2 2023-10-06 11:40:23 +00:00
toyed.tcl Add version 1.2 2023-10-06 11:40:23 +00:00

README.md

About ToyEd

"A toy text editor in Tcl/Tk for educational purposes."

ToyEd is a toy text editor made for fun and learning. It's not meant for serious use, but rather to be studied and built upon.

ToyEd is written in 700 lines of Tcl/Tk (see below), but has many expected features:

  • GUI controls
  • keyboard operation
  • line and word count
  • formatting functions
  • display options

ToyEd is open source under the MIT license. See source code.

As of 6 October 2023, the code seems to work right, but hasn't been tested much. Please back up your data.

The user interface should be fairly obvious.

System requirements

Running ToyEd from source requires Tcl/Tk 8.6 or newer, with Tklib. Both are available on most Linux distributions, or else from the tcl-lang.org website.

Recommended screen resolution: 800x600.

Credits and support

ToyEd was born from the experience of developing Scrunch Edit TT, and reuses most code from it.

You can usually find me on IRC, in the #ctrl-c channel of tilde.chat, or else as @notimetoplay on the elekk.xyz Mastodon instance. Would love to hear from you.