We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 this is intentional or not.
The text was updated successfully, but these errors were encountered:
I can confirm that this is the case. It seems that the . is being replaced:
This is a problem in combination with Obsidian, as Obsidian does not recognize the Wikilinks notation without the file extension:
Also not sure who is right, but being able to use wikilinks created by Obsidian (i.e. with extensions) would help us tremendously.
Sorry, something went wrong.
This fork fixes it: https://github.com/gluc/mkdocs-ezlinks-plugin
You can use it like so: add mkdocs-ezlinks-plugin @ git+https://github.com/gluc/mkdocs-ezlinks-plugin to your requirements.txt.
mkdocs-ezlinks-plugin @ git+https://github.com/gluc/mkdocs-ezlinks-plugin
An alternative seems to be https://github.com/Lisandra-dev/mkdocs-ezlinked-plugin . Though I haven't tested it.
No branches or pull requests
The provided example works:
However, if I use a link like this, which Obsidian.md creates, the generated link is broken:
I'm not sure if this is intentional or not.
The text was updated successfully, but these errors were encountered: