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 the ability to preload linkMapCache from config #9

Closed carbontwelve closed 4 months ago

carbontwelve commented 8 months ago

I might be mistaken but I don't think this plugin is able to see pages generated after the all collection has been populated. In those cases being able to preload the linkMapCache from the plugins config would be handy.

I suspect that doing this will require an refactoring to allow inclusion of a "hard link" as opposed to one referencing a page object.

carbontwelve commented 4 months ago

With the addition of custom rendering functions, I don't think this functionality is required.