Can you recommend a WYSIWYG word processor program for FreeBSD that is Microsoft Word compatable?

There used to be OpenOffice but that seems to have been upgraded now and the FreeBSD port is still 'in development'. Can anyone recommend another WYSIWYG Word Processor that can open and save Word files?
 
There are a few Linux distro such as Fedora 30, I did it, that will let you install LO Writer only. Maybe it can be done with ports for FreeBSD. Just a thought! Hopefully the maintainer will look into doing it if not much trouble.
 
There used to be OpenOffice but that seems to have been upgraded now and the FreeBSD port is still 'in development'.
OpenOffice still works for me.
Don't confuse that with the development version:
 
There are a few Linux distro such as Fedora 30, I did it, that will let you install LO Writer only. Maybe it can be done with ports for FreeBSD. Just a thought! Hopefully the maintainer will look into doing it if not much trouble.

IDK about Fedora but Arch Linux used to do that but don't do anymore. I never tried to build LO manually (and I don't use it) but I assume this is very labor intensive to maintain, then unlikely to be available in ports in this way.
 
Can anyone recommend another WYSIWYG Word Processor that can open and save Word files?

editors/libreoffice Writer does a good job.

Since Word files can be cluttered with a lot of invisible code, there is never a full guarantee that you get what you intended or made. This is especially true for layout-rich documents. To make things work just make documents with a basic layout.

You could also consider my preferred CLI solution: make a document in your editor of choice in simple markdown, and then convert it to docx with textproc/hs-pandoc.
 
Back
Top