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?

link|improve this question

Have you found a CLI editor that handles RTF? – Alex Feinman Dec 27 '11 at 18:14
feedback

5 Answers

up vote 4 down vote accepted

You can try AbiWord.

link|improve this answer
meh, it's still too overkill for my needs – silent Oct 27 '09 at 9:31
hmm.. on second though, I can hide most of it's UI (toolbars, statusbar, etc). I can use abiword for simple RTF editing and oowriter for heavy editing. Thank you. – silent Oct 27 '09 at 9:33
feedback

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)

link|improve this answer
Wikipedia link (don't forget to add the trailing ")") en.wikipedia.org/wiki/Ted_(word_processor) – jhominal Oct 27 '09 at 9:58
Hi, I've tried Ted before. But, it's buggy. My usecase is, I sometime edit my notes on windows, which is easy using wordpad. – silent Oct 31 '09 at 1:35
feedback

Don't forget that wine provides Wordpad by default. Type the following in a terminal:

yum install wine 

wine wordpad
link|improve this answer
feedback

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.

link|improve this answer
feedback

how bout gedit? it works for everything i've ever needed in a text editor in linux and has features i have yet to use....

http://projects.gnome.org/gedit/

link|improve this answer
2  
As far as I know, gedit CAN'T edit RTF. – silent Oct 31 '09 at 1:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.