mkdocs-autolinks-plugin icon indicating copy to clipboard operation
mkdocs-autolinks-plugin copied to clipboard

An MkDocs plugin that automagically generates relative links between markdown pages

Results 10 mkdocs-autolinks-plugin issues
Sort by recently updated
recently updated
newest added

Autolinks will calculate and modify the path of links even if they are inside code blocks. The expected behavior is that links inside codeblocks should remain unmodified.

bug

Mimic the [mkdocs-altlink-plugin](https://github.com/cmitu/mkdocs-altlink-plugin) functionality. It can safe some more keystrokes when adding links.

I often point to specific part of the page using headers and achors. Does this plugin support it ?

``` [Git Flow](../adir/git_flow.md) -> [Git Flow](git_flow.md) -> [[Git Flow]] ``` Roamresearch / obsidian /foam use a more simple way to link file like [[Git Flow]] A little more complex [[Git...

When viewing the source documentation, relative links do not work. This is expected behavior since the plugin only calculates the relative paths and modifies the markdown on the fly before...

enhancement

i noticed that your current plugin will behave this way where if i write a link in file.md to display image1.png, guess what it displayed image1.png in folder 1. so...

This ignores changes to single lined code fences/blocks by prefixing the expression to the existing regex: ``(?!.+`+)`` - [regex101 example](https://regex101.com/r/RK0yq1/1) ```` `[ill-be-ignored](link.md)` ```[ill-also-be-ignored](link.md)``` ```markdown [i-wont-be-ignored-still-sadly](image.png) ``` ```` `[ill-be-ignored](link.md)` ```[ill-also-be-ignored](link.md)``` ```markdown...

This MR adds support for reference links: https://www.markdownguide.org/basic-syntax/#formatting-the-second-part-of-the-link and for `index.md` referencing by using `/` when file equals `\index.md`

When using the `mkdocs-autolinks-plugin` and the built-in blog plugin there is a small bug: Whenclicking on a blog post - the links on the blog post site itself work perfectly....

## Thank you This is a **SUPER** useful plugin, thanks for all the time you've invested so far. ## Why I'm here Have one feature request or bug, not sure...