inessential by Brent Simmons

Displaying HTML in Cocoa

Yesterday I figured out how to display HTML in Cocoa. Given an NSTextView it’s just a half-dozen lines of code. Very easy.

The problem is that there are still some bugs. For instance, when I put my links in a table, the links stopped working. Nuts.