agathauy / wikilinks-to-mdlinks-obsidian

An Obsidian md plugin which allows for the conversion of individually selected wikilinks to markdown links, and vice versa.
105 stars 13 forks source link

Hugo link tags #9

Open owenvachell opened 3 years ago

owenvachell commented 3 years ago

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