This is a very simple word processor, written in Lua, for the Love2D engine.
To run the program, make sure love is available in your path, then run:
love . <filename>esccloses the editor, saving your work.f11makes the editor fullscreen.ctrl-+/-increases/decreases your current font size.ctrl-ssaves the file.bkspcremoves the previous character.- The scroll wheel scrolls the viewport, or if
ctrlis held, zooms.
There is no way to manipulate text that is already written, other than to delete it. There is also no way to format text. This is why I've chosen to name the project TypeWriter.
The default configuration is included in config.lua, which is loaded as Lua code, and may alter the editor state and implementation arbitrarily.
You can use this to extend the editor in an Emacs-like fashion, in theory.