You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: