This program allows you to type text into a list, which you can then export as a .txt file! :D Just type into the field and hit enter and it adds it as a list item. When you convert it to .txt, the items will be separated by newlines. Extra commands: //rep: It (the program) will ask which line you want to replace, then what you want to replace it with, and do so. //del: It will ask you which line you want to delete and delete it. //ins: It will ask you what you want to insert, then at which line. Then it inserts the specified text at the specified line, pushing the other lines down. Why did I make a program for producing specialized .txt files? Hmmm... no reason... ...maybe...
To export the file, go into the editor, right-click the list, and hit "export". Credits to the Scratch team for making lists importable/exportable as .txt files. :D Oh and don't find this out the hard way like I did but when importing/exporting lists the commas and quote marks can make weird things happen so maybe don't use them