Skip to content

Releases: EddyLuten/mkdocs-alias-plugin

v0.11.0

10 Mar 03:50

Choose a tag to compare

Feature: Adds the ability to use interwiki-style links, e.g.: [[wp:Hypertext|An article on Hypertext]].

v0.10.2

10 Feb 03:14

Choose a tag to compare

Bug Fix: Fixes a bug where escaped square brackets in an alias would not be included in the generated link.

v0.10.1

09 Jan 03:14

Choose a tag to compare

Bug Fix: Fixes a bug where adding an anchor to a bad reference would cause a fatal crash. Thank you @mdbenito for you contribution and @joapuiib for your unit test coverage!

v0.10.0

07 Jan 21:04

Choose a tag to compare

Adds the ability to use aliases in footnotes. Thank you @joapuiib for your contribution!

v0.9.0

22 Feb 01:05

Choose a tag to compare

  • Added the ability to use alias style links to anchors withing the current page, e.g.: [[#my-anchor]].
  • Added support for page icons in link aliases, thank you @joapuiib for your contribution!
  • Added support for using the key alias and/or aliases for defining page aliases in meta sections.
  • Changed verbose mode to now also generates a tab-delimited log file containing each alias in the wiki.

(re-published this release due to version mismatch on PyPI)

v0.8.1

08 Apr 14:48

Choose a tag to compare

Bug Fix: fixes a bug where annotations would break older versions of Python 3. Bug report: #9.

v0.8.0

06 Apr 22:50

Choose a tag to compare

This release adds functionality to replace the titles of aliases containing anchors with the text of the heading that defines them. Enable this feature by setting the plugin option use_anchor_titles to true. Feature request: #8

v0.7.1

07 Mar 16:55

Choose a tag to compare

Bug Fix: fixes a bug where any alias with the word "text" would break the plugin due to faulty logic. Reported in #7

v0.7.0

02 Feb 00:51

Choose a tag to compare

Removed support for the use_relative_link option introduced in issue #3. As of 1.5.0, MkDocs prefers relative links to absolute links, which were the default of this package before. As of this version, all alias links generated are relative to the file they were linked from.

v0.6.0

17 Apr 22:36

Choose a tag to compare

This release adds support for page anchors in aliases, as reported in #6.