Is there a vim script to convert .rtf to plain text for linux?
Also is there a vim script to convert .doc to plain text for linux?
--
Bill Muench
Santa Cruz, California
>> I have found textutil.vim for the Mac that will convert .rtf to
>> plain text.
>>
>
> I don't know that plugin but I would assume that the conversion isn't
> done in vimscript but by an external programm.
>
Yes, it uses the MacOS "textutil" cli that does many conversions. It
is like antiword, unrtf and more.
>> Is there a vim script to convert .rtf to plain text for linux?
>>
>
> I think unrtf handles rtf.
>
>> Also is there a vim script to convert .doc to plain text for linux?
>>
> antiword does that. wv would be another option
>
Thank you, I will look at these.
--
Bill
Santa Cruz, California