photogabble / eleventy-plugin-interlinker

Adds wikilink and wikilink embed support with tracking of backlinks.
https://photogabble.co.uk/projects/eleventyjs-interlink-plugin/
MIT License
17 stars 1 forks source link

Make deadlink report visibility configurable #45

Closed carbontwelve closed 4 months ago

carbontwelve commented 4 months ago

This is mostly for the tests so I can disable the report output during test runs. However, having its output settable such as: console, json, none with console outputting to console, json outputting to a .deadlinks.json file and none disabling output completely.