eleventy-plugin-backlinks
eleventy-plugin-backlinks copied to clipboard
An Eleventy plugin for mind gardens. Collect and display backlinks from your notes
Are you planning to support not only wikilinks but also simple markdown links? I implemented [prototype of markdown support](https://github.com/ebiyuu1121/eleventy-plugin-backlinks/tree/markdown). If you are willing to add markdown support, I will create...
Hi, following [my question in your theme project eleventy-garden](https://github.com/binyamin/eleventy-garden/discussions/101), I tried your plugin and got an error : ```bash [11ty] 1. Error processing the `BacklinksPlugin` plugin (via EleventyPluginError) [11ty] 2....
In my eleventy configuration, I have: ```js return { dir: { input: "notes" } } ``` I'm not sure what I need to set the folder parameter to be for...
Closes #10 - Uses `template.read()` to get content rather than accessing content directly to avoid an error when generating site content with 3.0.0 - Allows 3.0.0 alpha and beta versions...
I wanted to try upgrading to 3.0.0 which required forcing the install of this plugin to see if it was possible. This plugin fails with the error following error ```...