WP-API / rest-api-console

Other
26 stars 9 forks source link

Make links clickable #21

Open rmccue opened 9 years ago

rmccue commented 9 years ago

One neat thing the dotcom version 1 console had was the ability to click links to browse to them.

We can do the same, but rather than string-based detection, automatically work with _links values. (We'll need to check they're under the API base though, as we can't send requests off to other servers.)