Q: How do I embed a hyperlink inside an NSTextField or NSTextView? A: You can embed a hyperlink using an NSAttributedString. The resultant attributed string will contain the url, style and color for display. Figure 1 An example illustration of an NSTextField with a hyperlink.Extending NSAttributedStringAn easy way to factor this in your application is to add a "category" to the NSAttributedString

