PR Preview now working on webaudio/web-audio-api

All,

Thanks to Raymond that has done all the hard work to have us using the
w3-hosted version of ReSpec, we now have PR Preview and diff integrated
into the Web Audio API spec:

Let's take a recent PR from Raymond as an example: two new links are added
into messages:


​
​
Clicking the "Preview" link, we have a preview of the text with the PR
applied, with a helpful warning at the bottom:


​
​
Clicking the diff shows the spec text again, with inline deleted/added
markup (again on Raymond's PR above):

[image: Inline image 1]
​
This is automatic, and saves us from using rawgit manually each time.

Huge thanks to Tobie Langel for doing this and explaining me how to
integrate it (it was dead simple). Technically, this is made possible by
[0], using a couple other web services to render and diff specs. If we end
up switching to bikeshed, this will keep working (pr-preview was originally
only supporting bikeshed).

Cheers,
Paul.

[0]: https://github.com/tobie/pr-preview

Received on Monday, 25 September 2017 08:35:27 UTC