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

If unable to find resolving fn, but are able to find page then don't error #50

Closed carbontwelve closed 4 months ago

carbontwelve commented 4 months ago

[11ty] Unable to find resolving fn [PHP Space Mines] for wikilink [[PHP Space Mines: Introduction|Moon Miner]] on page [/now/2023-01-20] (via Error)

Erroring when unable to find resolving function should only happen once the interlinker is sure it cant find the page normally.

For example: [[PHP Space Mines: Introduction|Moon Miner]] will attempt to use a non-existent PHP Space Mines resolving function; what should happen is if a page can be found matching PHP Space Mines: Introduction then the exception isn't thrown.