It’s also not touchscreen optimized, as far as I know, which could be part of it.
If you don’t need the whole suite, you can install only parts, like just the writer.
Flatpaks offer a couple of alternatives with varying features (particularly for x86, not so much for aarch) - from same size to much smaller (and limited).
I installed Libreoffice-writer from the repo. But it was too buggy to use. It’s not tablet friendly at this time. I was hoping there was a tablet friendly word processor. Ideally, something that’s in the PureOS Store.
I’d assume that such a thing would have been on many wish-lists of all the good, bad and weird linux users everywhere. The juxtaposition is the problem, as touchscreens are often without the all important text editing feature: keyboard - hence a wordprocessor for touchscreen computer is probably a bit of an oddity. And if you attach BT mouse and keyboard, you can efficiently use the regular wordprocessors.
As the store is a bit buggy and not well maintained, it’s more likely that it’s found somewhere in the wild much earlier. If I’d have to guess, some website (similar to Google Docs, like Etherpad) is possibly going to become the best alternative, as web pages get better touch optimization already. If writing and wordprocessing/typesetting (appearance on document/paper and all the additional editing features) were separated… the user could take notes and write bulk text draft with simpler tools, only to do the editing on the more clumsy office suite, but not all have their production process optimized so. Or, take advantage of this different user interface and go totally handwritten with texts and notes (https://xournal.sourceforge.net/) and have (separate) AI enhanced OCR compose the scribbles to coherent text.
I recommend emacs in terminal (started with the -nw option). The terminal is very mobile screen friendly, as it’s always been designed to use as a narrow window with a limited number of characters in each row.
If you need pretty documents instead of just text, LaTex is a phenomenal software and is worth learning.
And what’s the touch support like on emacs? vi? teco?
The OP wanted something that is “tablet friendly” although it’s not clear whether the scope of that is screen size, touch support or both. Or something else.
Touch support. None of the buttons were working on LibreOffice Writer. Nor could I navigate the menu bar by keyboard command. It’s just non-functional.
That’s better than nothing but that falls short of actual touch support. With actual touch support, I should be able to select a range of text on the screen via touch. In an ideal world, touch support would also offer a bar of touchable buttons on the screen for common functions. Let me know when that is available for vi. (I admit that I have never used emacs or TECO but I assume that they would be equally terminal-based.)
An on-screen keyboard isn’t necessarily that big a benefit for the Librem 11, since the Librem 11 comes with an actual keyboard. For heavy duty word processing, an OSK is a waste of screen real estate.
That depends on whether you are the OP! If someone is going to put up “vi” as the solution for the OP then “vi” is going to need more functionality, including touch support.
I realise you asked for a word processor, but I’d reconsider if you actually need a word processor… Are there particular features available in LibreOffice or OnlyOffice that you require and which are not available in note taking / knowledge base apps?
Wow! Thank you so much! It seems to be working great on my Librem 11. I’m going to have to read the tutorial to learn it, for sure. But it appears that it will be able to do what I need it to do.
Hey, I have another thread going here concerning printing. Maybe you have a solution for that, too!
Hey again. So, I’ve read the tutorial and LyX is a pretty sweet program. The only problem I now have is that I can only successfully export to a PDF file. Do you know of any way to export to an ODT file? That would be really sweet.
LyX is a program which is based on a GUI over the top of LaTeX. Exporting to PDF is easy because it’s basically like printing (and equivalent to running the command pdflatex). There has been work to export to ODT that was done as part of a GSoC project (Google Summer of Code) around 10 years ago. I don’t know the status, but it was basically code invoked from the command line.
I should note that pandoc might be able to convert. pandoc understands latex (and, so, presumably lyx) and odt, so it’s plausible that it would be useful. I wouldn’t expect perfection.