VisualEditor: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
|name=VisualEditor
|name=VisualEditor
|about=The VisualEditor project aims to create a reliable rich-text editor for MediaWiki. [...] The extension relies on the separate nodeJS-based Parsoid parser service to be up and running in order to edit pages. Stable release is planned for 2014.
|about=The VisualEditor project aims to create a reliable rich-text editor for MediaWiki. [...] The extension relies on the separate nodeJS-based Parsoid parser service to be up and running in order to edit pages. Stable release is planned for 2014.
|logo=
|logo=VisualEditor-logo.svg.png
|screenshot=
|screenshot=
|developers=
|developers=
Line 17: Line 17:
|programming language=
|programming language=
|alternative=
|alternative=
|website=
|website=https://www.mediawiki.org/wiki/Extension:VisualEditor
|publication=
|publication=
|support_website=
|support_website=https://www.mediawiki.org/wiki/Extension:VisualEditor
|example_website=
|example_website=
|last_edit=2014/06/20
|last_edit=2014/06/20

Revision as of 17:48, 19 June 2014

Category:MediaWiki extension
VisualEditor
Extension name VisualEditor
About this article / disclaimer [[Has about meta information::The VisualEditor project aims to create a reliable rich-text editor for MediaWiki. [...] The extension relies on the separate nodeJS-based Parsoid parser service to be up and running in order to edit pages. Stable release is planned for 2014.]]
Logo VisualEditor-logo.svg.png
Screenshot [[Image:|135px]]
Location of the main author The following coordinate was not recognized: Geocoding failed.
Coordinates of the main authors Geocoding failed
Developers
Licences
Description
Mediawiki requirements 1.23 (or better)
Dependencies
Related extensions (documented here)
Related extensions
Discussion
Language support
Status beta
First release date
Last release date (as of 2014/06/20!)
Last version number 0.1.0 (as of June 2014)
Programming language
Alternatives
Website home page
Publications
Support websites web site
Example websites
Last edited 2014/06/20

The MediaWiki Visual Editor (operational since 2013 and more fully deployed on Wikipedia since 2014) is a Wysiwyg editor. It requires two components:

MediaWiki 1.23 installation notes

  • Upgrade to the latest version
cd installdir
git pull
Download and install the extension
cd installdir
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/VisualEditor.git
cd VisualEditor
git submodule update --init
backtrack to an older version !!
git checkout REL1_23
Download and install the parsoid

This depends on your OS. For Ubuntu 12.04 LTS you cannot use the official distro as explained in the official setup documentation.

Firstly edit the /etc/apt/sources.list file:

deb http://parsoid.wmflabs.org:8080/debian wmf-production/

Then get a different NodJS first

sudo apt-get update
sudo apt-get install -y python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs=0.10*
nodejs --version # should now print v0.10.x