-
Notifications
You must be signed in to change notification settings - Fork 344
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
Feature Request: parse HTML into NSAttributedString #88
Comments
…an NSAttributedString easier (request #88)
Done! I built the system so that it is easy to add support for new tags, and that is also easy to support multiple tag systems (I currently created parsers for both HTML and a simple markup, for example) :-) This is open to improvements of course, like adding some other tags. Note that adding support for links (and This is doable anyway, but to implement it we would have to use a custom attribute key to store the link attribute information in our Unfortunately, I don't think I will have time to add this specific custom attribute support just for this soon… but of course feel free to implement yourself in a fork and propose a pull request :-P |
Late note: Version 3.2.0, released 2 month ago (commit 78b2ff4), did add support for links in |
So that we don't have to construct the NSAttributedString painstakingly from scratch. At least a few simple tags, like B, I, U, A,
The text was updated successfully, but these errors were encountered: