Eddy Luten

mkdocs-alias-plugin 0.11.0 Release

1 min read

pypi

The latest version, v0.11.0, of the mkdocs-alias-plugin is now available here. This new version adds the ability to use interwiki-style links, using the following syntax:

[[w:Hypertext]]
or
[[w:Hypertext|The Article on Hypertext]]
or
[[w:Hypertext#History|The History of Hypertext]]

The prefix (w: in the example) can be configured through the plugin’s options and can point to any external site.

mkdocs-alias-plugin is an MkDocs plugin allowing links to your pages using a custom alias such as [[my-alias]] or [[my-alias|My Title]].

Tags: