rtf-html-php icon indicating copy to clipboard operation
rtf-html-php copied to clipboard

HYPERLINK support

Open rob7429 opened this issue 5 years ago • 2 comments

Anyone care to add support for hyperlinks?

E.g. from RTF: {\field{\*\fldinst HYPERLINK "http://www.google.com/"}{\fldrslt search}} to HTML: <a href="http://www.google.com/">search</a>

Cheers

rob7429 avatar Jun 26 '19 05:06 rob7429

Interesting. Is this a standard RTF feature? I can't seem to create hyperlinks using WordPad.

henck avatar Sep 11 '19 14:09 henck

I couldn't find this in the standard, but some parsers support this, e.g. https://github.com/mazira/rtf-stream-parser/blob/master/test/de-encapsulate.test.ts#L364

alecpl avatar Jul 08 '21 11:07 alecpl