A journey building HTML documents in Swift

Click here to read the blog

Of all methods I’ve explored for generating (legal) documents, I prefer Swift’s pointfree-html. It’s genuinely enjoyable, simplifies maintenance, and solves pesky formatting issues once and for all.

In this series I explore HTML in Swift, and we start in today's blog by reflecting on my journey so far. In our next posts, I plan to discuss:

  • A Tour of pointfree-html
  • Layering on swift-css
  • Building on the pointfree-html foundation with swift-html: Markdown, Email, and printing to pdf
  • Standing on the shoulders of giants: customization

I hope you enjoy reading this blog, and if you do, consider subscribing to my newsletter.

1 Like