-
I use MkDocs with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) and as soon as I enable ezlinks, it starts breaking my footnote links.
The instructions on adding footnotes say…
-
有两种可选方案
1. 直接取消 wiki 的括号,保留 | 后的内容(如果没有竖线就全部保留)
2. 参考 https://github.com/orbikm/mkdocs-ezlinks-plugin 插件,mkdocs 添加 wiki 选项
-
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 int…
-
With this `mkdocs.yml`:
```yaml
site_name: test
plugins:
- ezlinks:
wikilinks: true
```
And this folder structure:
```
docs/
├── index.md
└── a/
└── index.md
```
After t…
-
Let's say we have this `mkdocs.yml`:
```
site_name: test
plugins:
- ezlinks:
wikilinks: true
```
And this folder structure:
```
.
└── docs/
├── a/
│ ├── a1/
│ …
-
I faced with an issue when the markdown`[email@example.com](mailto:email@example.com)` was converted into relative link.
Unfortunately, I didn't find how to avoid conversion of e-mail protocol in …
-
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, as I still have the issue.
Here …
-
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 definitions are helpful for generate l…
-
### Material General discussion
- [X] My issue is not a question relative to [Material Mkdocs](https://squidfunk.github.io/mkdocs-material/) nor [Mkdocs](https://www.mkdocs.org/) (*[You can open a di…
-
Since May 2020 then [Github have blocked the Google-Crawler](https://github.community/t/request-github-open-up-project-wiki-pages-to-web-indexes/122096) from indexing any Wiki-pages. Github has taken …