It would be great for Zola to support wiki-style page links (a.k.a. wikilinks).
Wiki-links are in the format [[Foo Bar]] that translates to [Foo Bar](path/foo-bar) and [[Foo Bar|Custom Title]] that translates to [Custom Title](path/foo-bar). Those links are for internal pages only.
This format is used in:
I know Zola has its own format for that (which is much more comfortable to use than what I saw on other systems), but Wiki links are gaining a lot of popularity. Supporting that would make the transition from other systems to Zola easier (my particular use case) and would add good tooling support to editing Zola-powered websites (in Vim/Neovim, hitting on a markdown/wiki link opens that document).
This was requested on the Forums but it was dismissed without discussion. There was another forum post that mentions the lack of support for wikilinks.
It would be great for Zola to support wiki-style page links (a.k.a. wikilinks).
Wiki-links are in the format
[[Foo Bar]]that translates to[Foo Bar](path/foo-bar)and[[Foo Bar|Custom Title]]that translates to[Custom Title](path/foo-bar). Those links are for internal pages only.This format is used in:
I know Zola has its own format for that (which is much more comfortable to use than what I saw on other systems), but Wiki links are gaining a lot of popularity. Supporting that would make the transition from other systems to Zola easier (my particular use case) and would add good tooling support to editing Zola-powered websites (in Vim/Neovim, hitting on a markdown/wiki link opens that document).
This was requested on the Forums but it was dismissed without discussion. There was another forum post that mentions the lack of support for wikilinks.