Extension:LinkSuggest

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
LinkSuggest

Release status: beta

Implementation Search
Description Provides the user with article title suggestions as they type a link in wikitext.
Author(s) Inez Korczyński
Bartek Łapiński
Łukasz Garczewski
Maciej Brencz
Jesús Martínez Novo
Jack Phoenix
Last version 1.6
MediaWiki 1.16+
License GNU General Public License 2.0 or later
Download
Hooks used
EditPage::showEditForm:initial

GetPreferences

Check usage and version matrix

LinkSuggest extension suggests links to editors on edit view (?action=edit).

This extension should be compatible with ResourceLoader.

Installation [edit]

Download the files from Git and place them into $IP/extensions/LinkSuggest

Add the following lines to your wiki's LocalSettings.php

require_once("$IP/extensions/LinkSuggest/LinkSuggest.php");

Installation can be verified through your wiki's Special:Version

Known bugs [edit]

  1. Bug #28335 — link suggestion box is misplaced on Internet Explorer 9

Related extensions [edit]

  • Link Suggest - adds an AJAX search bar to find links in an additional text box. No autocompletion.
  • QuickLink - Improved version of the above.