mkdocs-ezlinks-plugin
mkdocs-ezlinks-plugin copied to clipboard
Plugin for mkdocs which enables easier linking between pages
Latest version 0.1.14 does not work anymore with mkdocs 1.4.0 Basically links are corrupt. (WARNING - Documentation file 'yyy/xxx.md' contains a link to 'aaa/..\bbb\ccc.md' which is not found in the...
Removing slug in links for Wikilinks (it the only I try) seems to repear my problem (see #41 and #40)
Some wiki software (namely [Gollum](https://github.com/gollum/gollum/wiki#link-tag)) uses a wikilink syntax that is "backwards" from the standard way wikilinks work. Where normal wikilinks are of the format `[[Page Name|Link Text]]`, Gollum link...
I have my docs organized in the following structure: ``` docs └── courses ├── A │ ├── index.md │ └── target.md ├── B │ ├── index.md │ └── target.md └──...
Sorry, as I can't reopen the my last issue, I create a new :) So, the problem still persist : It doesn't seems to work, on my side at last...
I am a user of Foam. When I write note with Foam, it generate link reference definitions for wikilinks, but ezlinks is not aware of those. I think link reference...
The provided example works: ``` ![[Puppy]] ``` However, if I use a link like this, which Obsidian.md creates, the generated link is broken: ``` ![[Puppy.png]] ``` I'm not sure if...
The fix allows `[email(a)a.com](mailto:[email protected])` to be treated as one of the protocols and not apply the conversion to this link type. Re issue: #48
Hello, I'm new to ezlinks, as I'm trying to work on both obsidian, and mkdocs publication of the obsidian vault. It looks like the bug #35 has not been fixed,...
With this `mkdocs.yml`: ```yaml site_name: test plugins: - ezlinks: wikilinks: true ``` And this folder structure: ``` docs/ ├── index.md └── a/ └── index.md ``` After the build we will...