Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HYPERLINK support #61

Open
rob7429 opened this issue Jun 26, 2019 · 2 comments
Open

HYPERLINK support #61

rob7429 opened this issue Jun 26, 2019 · 2 comments

Comments

@rob7429
Copy link

rob7429 commented Jun 26, 2019

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

@henck
Copy link
Owner

henck commented Sep 11, 2019

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

@alecpl
Copy link

alecpl commented Jul 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants