Quote:
Originally Posted by Manichean
OT: RFT supports hyperlinking? And here I thought it was just a poor man's way of saving documents in a word processor.
|
It's a bit more than that. See
http://en.wikipedia.org/wiki/Rich_Text_Format
Among other things, all current word processors support it, which makes it a fairly portable format.
Also, it's text based, with markup in embedded commands, like
{\rtf1\ansi{\fonttbl\f0\fswiss Helvetica;}\f0\pard
This is some {\b bold} text.\par
}
instead of binary codes like Word documents, so you can pull an RTF file into a text editor and not get gibberish.
And yes, it can do hyperlinks.
______
Dennis