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

Add support for custom resolving functions #19

Closed carbontwelve closed 5 months ago

carbontwelve commented 6 months ago

This is a companion to #14 and #13 in that they are each resolving functions.

I'd like to be able to add custom resolving functions such as [[issue:74|bug bug]] grabbing the GitHub repository base from the pages front matter and forming the link, or [[youtube:dQw4w9WgXcQ]] being able to link to a youtube video, grabbing its title if one not already provided.