Wiki-style links

I couldn’t find any references to this on this forum or on Github, so please let me know if I missed something. I want to be able to create “wiki-style” links in Zola. Essentially something like

[[folder/filename-without-md]]

or

[[folder/filename-without-md|Link Title]]

I wanted to use this to convert my existing markdown notes created using the Markdown Notes VsCode plugin. I already have a branch with a tentative working prototype that I could clean up and make into a PR.

1 Like

That’s not going to be supported ever. Commonmark already has a syntax for links, we are not going to add more.