Skip to content

mkdocs-ezlinks-plugin-0.1.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@orbikm orbikm released this 06 Jun 05:25

Adds support for EzLink 'path-component' based disambiguation

This feature switches from using a dictionary to a prefix
trie, caching the files in reverse order (path wise),
which allows for:

+ folder1/
     - index.md
+ folder2/
     - index.md

You can now link to folder1/index.md and folder2/index.md, or
folder1/index and folder2/index. This allows disambiguating
duplicate filenames from separate unique paths.

This works across all link types supported by EzLinks