orbikm / mkdocs-ezlinks-plugin

Plugin for mkdocs which enables easier linking between pages
MIT License
34 stars 17 forks source link

Option to reverse alias syntax for Wikilinks #45

Open weaversam8 opened 1 year ago

weaversam8 commented 1 year ago

Some wiki software (namely Gollum) 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 tags are of the format [[Link Text|Page Name]].

Since ezlinks aims for broad compatibility with many different types of link formats, would it be acceptable to add a configuration option to support this "reverse" version of wikilinks?