VisualEditor

The educational technology and digital learning wiki
Revision as of 17:43, 19 June 2014 by Daniel K. Schneider (talk | contribs) (Created page with "{{Mediawiki extension}} The MediaWiki Visual Editor (operational since 2013 and more fully deployed on Wikipedia since 2014) is a Wysiwyg editor. It requires two components: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Category:MediaWiki extension
VisualEditor
Extension name
About this article / disclaimer
Logo Placeholder.png
Screenshot Placeholder.png
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
Dependencies
Related extensions (documented here)
Related extensions
Discussion
Language support
Status
First release date
Last release date (as of !)
Last version number
Programming language
Alternatives
Website
Publications
Support websites
Example websites
Last edited


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 firs

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