32

All I need is a simple text editor that is able to do simple formatting (bold, italic, underline, list).

Given my situation, what is the best solution for editing RTF in linux?

akira
  • 63,447
ariefbayu
  • 1,185

5 Answers5

18

Don't forget that wine provides Wordpad by default. First install wine and then type the following in a terminal:

wine wordpad
math
  • 2,693
Simon B
  • 447
17

You can try AbiWord.

Gareth
  • 19,080
setzamora
  • 401
5

LibreOffice Writer can be used on rtf files. You can read more about it here.

slm
  • 10,859
4

For the CLI use catdoc. Since this is superuser.com I'm assuming you know how to install it. For a GUI approach I know LibreOffice can view .rtf, but I also think Abiword will work.

3

Maybe Ted would be an appropriate choice in that case.

However, I am curious as to know what your usecase is for using RTF (instead of, say, HTML with a plain text editor)

jhominal
  • 141