Replies: 1 comment 2 replies
-
Apreciate the reply and implementation. Also, looking at the alias plugin, it seems to require you to define aliases in the page header, which feels annoying. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Note
This is a repost from the mkdocs/mkdocs discussion.
I post it here as I'm blocked there and can't reply anymore, so I'm posting here.
Would like to setup a way to use MediaWiki-inspired page linking (
[[page]]or[[page|display text]]).I know that plugins already exist which provide this, such as EZLinks. However, one thing none seems to provide is support for linking to other, external sites like you can in MediaWiki with the interwiki feature.
As an example, assume I want to link to Wikipedia's MkDocs page. What I would like to do is using
[[w:MkDocs|MkDocs]]to link to it, rather than[MkDocs](https://https://en.wikipedia.org/wiki/MkDocs).What possible options are there?
I would love to have it configurable, so that I can set own prefixes/identifiers with a link-pattern to use.
I.e.:
Appreciate any help here.
Beta Was this translation helpful? Give feedback.
All reactions