Plot icon indicating copy to clipboard operation
Plot copied to clipboard

A DSL for writing type-safe HTML, XML and RSS in Swift.

Results 21 Plot issues
Sort by recently updated
recently updated
newest added

Many of the same characters look different in traditional Chinese and simplified Chinese, so it is necessary to specify which Chinese they are.

I was recently trying to add some `rel=me` links to my site, and noticed that the `HTMLAnchorRelationship` was a fixed enum with only a handful of options. I considered adding...

Since I will be using this package to build my personal website, which will be supporting English and Arabic, I figured the best way to thank you was to add...

When importing Plot in another package, you can't just reference it, since the name "Plot" is different from the URL "plot".

Added a missing `swift` in codeblock to make things slightly easier to read.

Swift Package manager required the upper case `P` in Plot to be able to resolve the dependencies. ``` dependencies: [ .package(url: "https://github.com/johnsundell/plot.git", from: "0.10.0") //Didn't work with a lowercase P....

`viewport-fit` is important for designing websites for iPhones with notches, see https://webkit.org/blog/7929/designing-websites-for-iphone-x/ Usage: ```swift .viewport(.accordingToDevice, fit: .cover) ```

Hi all, This change is quite simple but something I use a lot. Along with the currently supported Twitter meta data for sharing links this adds a few extras. The...