Coder Social home page Coder Social logo

gchallen / code.metalsmith-linkcheck Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 1.0 58 KB

This is a plugin for Metalsmith that checks links—both internal and external.

Home Page: https://www.npmjs.com/package/metalsmith-linkcheck

License: MIT License

JavaScript 100.00%

code.metalsmith-linkcheck's People

Contributors

gchallen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

code.metalsmith-linkcheck's Issues

tel: and sms: Links Fail

Given links such as:

<a href="tel:+11234567890">(123) 456-7890</a>
<a href="sms:+11234567890">(123) 456-7890</a>

I get the following error:

Error: failed links: /tel:+11234567890,/sms:+11234567890

Where I would expect it to succeed for both.

HTTP Status Code 999 Fails

This is semi-opinionated, but given a LinkedIn URL such as:

https://www.linkedin.com/company/5229435

This line fails because of an HTTP status code of 999:

if (error || !response || response.statusCode != 200) {

Where I would expect it to succeed because it is not a 4xx or 5xx error.

relative link test doesn't work as expected

If I link to a resource relatively the test fails even if the link works.

For example:
I'm on page foo.xyz/bar/baz and I want to link to foo.xyz/bar/fizz.
The link that we use looks like this: ./fizz
I have this situation here

You can reproduce the behaviour by cloning my website and adding the link checker at the end of the pipeline.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.