I am trying to put together my own take on a low-distraction writer deck platform. The brain will be an SBC, either a Pi Zero or a “Le Potato” Pi 3 alternative, partly because neither has built in wifi, but more because I already have both of them. I’m not quite to a point where I want it truly minimal, but I would like the word processor to be “the” app that it can run.
Software wise, I’m looking at two early leaders. MS Word 5.5 running on DOSBox, or Wordgrinder. That version of Word is oddly nice, but I’d prefer to have something run without needing the overhead of DOSBOX or an x86 emulator. With a tweak to the terminal’s color palette, Wordgrinder could probably be good enough, and I thoroughly appreciate that it does in-line text styling, but it’s still a bit more limited than I’d like. I am wondering though, if there isn’t a solution that would run native on Linux in an ncurses terminal like Wordgrinder but have some of the QoL improvements something like that mature DOS version of Word would have (mouse support, spellcheck, easy color scheme changes, more comprehensive shortcuts).
I would love something like a rich-text editor that is simply markdown behind the scenes, possibly with a spellcheck engine. I don’t need full WYSIWYG, but I do want that basic visual of formatted text without having to mentally parse the markdown code, so I’m not looking for a two-phase solution with VIM and LaTeX, a two-pane markdown editor with live preview, or a note-taking app. If I have to install a DE, I guess Focuswriter or AbiWord could work, but I’d like to avoid that if possible, especially if I go with the Zero.
It’s more that I don’t mind if the file format is markdown. I just don’t want stray asterisks and dashes visible on my doc as I’m editing it, but I want to have the option to use some of the style choices markdown offers. I’m also going to be running this on a pretty weak SBC, preferably with no mouse, so LibreOffice is not my first choice. From what I’m seeing, I am beginning to think I’ve identified the best apps for my use case to try out, between Wordgrinder, Word on DOSBox, and either AbiWord or Focuswriter in X11, but I was wondering if I’d overlooked some cool terminal-based word processor.
Mine will begin life as the ARM SBC screwed to the back of a 9” display and using one of my mechanical keyboards. If it works well, I’ll design and print a case for it, and maybe design a keyboard specifically for it. It’s as much an electronics tinkering project as a writing one.