Giter Club home page Giter Club logo

markdown-link-finder's Introduction

Markdown Link Finder

This action find all links in the specified markdown files and presents them as output.

Inputs

files

Required A comma separated list of files to search within. These should be the absolute file paths.

url_blacklist

A comma separated list of hosts to which should not be archived. This represents URLs which are considered reliable and are unlikely rot e.g., en.wikipedia.org'. The default setting permits every URL.

host

The host of the pages to be checked, e.g., en.wikipedia.org. Setting this input will cause the script to ignore links from the host, regardless of the blacklist's settings.

Outputs

links

The links found within the provided markdown files.

Note: The action will ignore home pages. For example, www.example.com will be ignored but www.example.com/my-post/ will not.

Example Usage

uses: thomaspaulin/[email protected]
with:
  files: 'README.md,example.md'
  url_blacklist: 'en.wikipedia.org,news.ycombinator.com'
  host: 'example.com'

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.