96

GitHub - IdeasOnCanvas/Ashton: Converts NSAttributedStrings into HTML (and back)

 5 years ago
source link: https://github.com/IdeasOnCanvas/Ashton
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

Ashton

Carthage Compatible Platforms iOS, macOS Language Swift License Build status

Ashton (AttributedStringHTMLTransformation) is an iOS and macOS library for fast conversion of NSAttributedStrings into HTML, and back. Ashton is battle-tested and used in MindNode 6, for persisting formatted strings.

2.0 Release

The latest release is a complete rewrite in Swift focusing on improved performance and functional backwards compatibility to Ashton 1.x. The new codebase has a comprehensive test suite with a test coverage of > 90% and additional tests against the legacy 1.0 output.

Find out more about the launch of Ashton 2.0 in our Blog Post.

Supported Attributes

The following NSAttributedString.Key attributes are supported, when converting to HTML:

  • .backgroundColor (persisted as RGBA)
  • .foregroundColor (persisted as RGBA)
  • .underlineStyle (single, double, thick)
  • .underlineColor (persisted as RGBA)
  • .strikethroughColor (persisted as RGBA)
  • .strikethroughStyle (single, double, thick)
  • .font
  • .paragraphStyle (text alignment)
  • .baselineOffset
  • NSSuperScript
  • .link

Supported HTML Tags & Attributes

As Ashton supports only tags which are necessary to persist the attributes mentioned above, not all HTML tags are supported when converting HTML --> AttributedString. Basically, Ashton converts an AttributedString into a concatenation of span, p and a tags with style attributes.

Supported HTML Tags:

  • span
  • p
  • a
  • em
  • strong

The following style attribute keys are supported:

  • background-color
  • color
  • text-decoration
  • font
  • text-align
  • vertical-align
  • Additional custom attributes (-cocoa-strikethrough-color, -cocoa-underline-color, -cocoa-baseline-offset, -cocoa-vertical-align, -cocoa-font-postscriptname, -cocoa-underline, -cocoa-strikethrough, -cocoa-fontFeatures)

Colors have to be formatted as rgba like rgba(0, 0, 0, 1.000000).

Integration with Carthage

Add this line to your Cartfile.

github "IdeasOnCanvas/Ashton"

Usage

Encode HTML

let htmlString = Ashton.encode(attributedString)

Decode NSAttributedString

let attributedString = Ashton.decode(htmlString)

Example App

An example app can be found in the /Example directory. It can be used to test NSAttributedString -> HTML -> NSAttributedString roundtrips and also to extract the HTML representation of an `NSAttributedString.

Credits

Ashton is brought to you by IdeasOnCanvas GmbH, the creator of MindNode for iOS, macOS & watchOS.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK