Extension:InlineEditor

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

Release status: experimental

InlineEditor sentence edit.png
Implementation Page action, Ajax, Hook
Description InlineEditor is an editing interface that allows users to edit and preview elements in the page by clicking them.
Author(s) Jan Paul Posma (JanPaul123talk)
MediaWiki 1.17
License GPL v2
Download
Parameters

$wgInlineEditorEnableGlobal $wgInlineEditorAdvancedGlobal $wgInlineEditorBrowserBlacklist $wgInlineEditorAllowedNamespaces

Hooks used
MediaWikiPerformAction

EditPage::showEditForm:initial
GetPreferences
EditPage::showEditForm:fields
SiteNoticeBefore

Check usage and version matrix
Bugs: list open list all report

InlineEditor is an editor to show editing works without having to change the parser of MediaWiki. This extension is not actively developed because of the work by the Wikimedia Foundation to fix the parser problems and build an actual visual editor (cf. Google Docs). There are still unimplemented features that prevent this editor from being used on actual wikis, as complex pages cannot be effectively edited. For more information, please see the discussion page.

Contents

History [edit]

Background [edit]

InlineEditor originally started as a research project of JanPaul123, and has been further built by him and developers at GRNET. You can read the Bachelor's thesis about this project for full information and context.

Prototypes [edit]

Prototypes were created and presented on wikitech-l to determine initial go or no-go by listening to the community.

First iteration [edit]

First, two interfaces were created: the functional editor and the block editor. These two interfaces have been tested by JanPaul123 at the University of Groningen.

Second iteration [edit]

The next implementation was the hybrid editor. This interface has been tested by GRNET researchers.

More information [edit]