Skip to content

Releases: EddyLuten/mkdocs-alias-plugin

v0.5.0

08 Feb 16:58

Choose a tag to compare

Adds the ability to use the use_relative_link config flag, which causes the plugin to generate relative links to the aliased document rather than absolute ones. This flag is useful for those who host their wikis in subdirectories.

v0.4.0

10 Jul 17:57

Choose a tag to compare

Adds the ability to escape aliases so they won't be parsed by the plugin.

v0.3.0

29 Apr 18:17

Choose a tag to compare

Adds the ability to create multiple aliases for a single page (see the documentation for "Multiple Aliases" above). Improves the "alias not found" warning by listing the file attempting to use the alias.

v0.2.0

24 Feb 01:22

Choose a tag to compare

Allow strings as aliases instead of dictionaries, which allows for the use of page titles in the link text of the alias, e.g.:

---
alias: my-alias
---

This version also makes the text key optional in the alias dictionary configuration, using the same page title link text instead if it's not provided.

v0.1.1

13 Feb 03:38

Choose a tag to compare

Fixes linter issues, no major code changes.

v0.1.0

13 Feb 01:44
394a533

Choose a tag to compare

Initial release.