I've forked this repo and added some new functionality. It essentially does the same thing as you're already doing, but for Hugo links.
I'm building my site with Hugo static site generator and the links have to be formatted like this:
[filename]({{< ref posts/filename >}})
So I've enabled toggling of wikilinks into this format. But my thoughts are that this is a very niche use case and might be better off as it's own plugin. What are your thoughts? I'm happy to submit it as added functionality to your plugin or create my own
I've forked this repo and added some new functionality. It essentially does the same thing as you're already doing, but for Hugo links.
I'm building my site with Hugo static site generator and the links have to be formatted like this:
[filename]({{< ref posts/filename >}})
So I've enabled toggling of wikilinks into this format. But my thoughts are that this is a very niche use case and might be better off as it's own plugin. What are your thoughts? I'm happy to submit it as added functionality to your plugin or create my own