HTMLKit icon indicating copy to clipboard operation
HTMLKit copied to clipboard

Create and render HTML templates with HTMLKit

Results 32 HTMLKit issues
Sort by recently updated
recently updated
newest added

I’m really struggling to get my head around the design of the templating system. In the following example, how do I access values from the context and use them in...

bug
v2

The attributes for accessibility (https://www.w3.org/TR/wai-aria-1.1/) aren't implemented yet.

enhancement

Why we not using SwiftUI-like "some Content" to constraint body rather using "AnyContent"? Is there some limitation keeping us away from using it?

enhancement

I get the following error ```bash Error Domain=NSXMLParserErrorDomain Code=76 "Line 5: Opening and ending tag mismatch: meta line 4 and head " UserInfo={NSLocalizedDescription=Line 5: Opening and ending tag mismatch: meta...

enhancement

The AnyContent protocol has a property scripts, wich has the type AnyContent. I would like to change it to a type of String. ```swift public protocol AnyContent { ... var...

question

This PR includes the final changes for the release of 3.0-8. It ensures the availability of markdown (at least by choice) and addresses two warnings that are appearing during the...

This merge is about the components.

There is no initialisation for localization on the text component. We need to find a way to implement it, since it is a common scenario.

enhancement
component
v3

Wait for a better browser support: [Can I Use](https://caniuse.com/?search=nesting)

enhancement
css
v3