Wiki style links
This plugin is used to create links that have a shorter format than Markdown style links.
Simplified markup for internal links. It supports:
- hypertext links
[[: opening- url-path.
- space followed by html attribute tags (if any, can be omitted)
|followed by the link text if not specified, defaults to the url-path- optional modifier character. Could be one of the following:
^: Open in new window (shortcut to target="_blank")$: Create an editing link (with ?do=edit)*: normal link with an attached PENCIL link next to it.
]]: closing
- img tags
{{: opening- url-path
- space followed by html attribute tags (if any, can be omitted)
|followed by thealtandtitletext. Defaults to url-path.}}: closing
URL paths rules:
-
paths beginning with
/are relative to the root of the wiki -
paths beginning with
!/search for full file paths that end with that path in the entire wiki. -
paths beginnig with
!(without/) match basename in the entire wiki. -
paths are relative to the current document.
-
@phpcod PluginWikiLinks
- plugins/PluginWikiLinks.php,14