Librem 11 Word Processor

It is, but requires 266 MB in 151 packages and the install of those uses 988MB.

Not sure why it didn’t come pre-installed. Maybe the screen is too small or the CPU too wimpy or Crimson too unstable, or no time to test.

I’m inclined not to install it at this time since I have no use for it on a tablet.

2 Likes

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).

1 Like

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.

1 Like

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.

1 Like

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.

1 Like

There is always vi, some folks swear by it, (or at it).

It makes me long for the days of WordStar 3.0!

Or teco on a PDP-11.

3 Likes

Teco was my fav on DEC, Senator was my fav on CDC Cyber. Vi… not so fav on anything.

1 Like

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.

1 Like

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.

2 Likes
1 Like

Touch support for in-terminal editors like emacs is provided through on-screen keyboard.

3 Likes

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.

1 Like

How much touch screen friendliness does a text mode app running on console need?

2 Likes

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.

1 Like

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?

1 Like

I’ve used LyX on the Librem 5, so it should be even better on the Librem 11.

2 Likes

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!

Thanks again!

1 Like

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.

Thanks again!

1 Like

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.

https://wiki.lyx.org/GSoC/LyxToWordConversion

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.

1 Like

Install pandoc

1 Like