Is it possible to make and edit your own text files on any Kobo? I was thinking it'd be relatively easy to have a simple text editor, considering you can run python on it and there are
many ways to make your own text editors.
Considering the Kobo has, at most, a 40% keyboard, it'd be harder to port something like emacs which needs a lot of keys for macros and multiple buttons held at once. My line of thinking is that porting a vi-based text editor would be easier to port, as modal text editors at max only need two keys held at once. Would probably still need a custom keyboard GUI, though.