View Single Post
Dear Tim,

from a brief look at the code I see that currently, the OALinkAttributeName is merely used to create the appearance of a link by converting attributes using some custom formatting.

Some brief questions in preparation of implementing some basic link handling myself:

- Are the actual OALinkAttributeName attributes kept? I see they are only removed in OUITextLayoutCopyExtraNewlineAttributes

- Do you have any hints on where to start to implement basic link handling?

My first idea would be to check for the link attributes in the "_activeTap:" method and extend the delegate protocol.

Thanks a lot,
-David.