Skip to content

🧪 🔨 working fork - please see official version wikimedia/​mediawiki-extensions-VisualEditor

License

Notifications You must be signed in to change notification settings

WikiValley/VisualEditor

This branch is 442 commits behind wikimedia/mediawiki-extensions-VisualEditor:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 10, 2024
Jun 20, 2024
Jun 4, 2024
Jul 15, 2024
Aug 1, 2024
Mar 6, 2024
Jul 19, 2024
Jul 1, 2024
Jul 25, 2024
Jun 27, 2016
Jun 10, 2024
Aug 16, 2023
Sep 28, 2022
May 16, 2023
Mar 19, 2019
Oct 25, 2016
Apr 12, 2021
Feb 28, 2022
Aug 21, 2023
Dec 1, 2023
Jan 8, 2020
Jun 4, 2024
Jan 8, 2020
Apr 30, 2024
Jan 8, 2020
May 4, 2024
Jul 23, 2024
Jun 26, 2024
Jul 30, 2024
Jun 26, 2024

Repository files navigation

VisualEditor

VisualEditor provides a visual editor for wiki pages. It is written in JavaScript and runs in a web browser.

It uses the Parsoid parser to convert wikitext documents to annotated HTML which the VisualEditor is able to load, modify and emit back to Parsoid at which point it is converted back into wikitext.

For more information about these projects, check out the VisualEditor and Parsoid pages on mediawiki.

Developing and installing

For information on installing VisualEditor on a local wiki, please see https://www.mediawiki.org/wiki/Extension:VisualEditor

For information about running tests and contributing code to VisualEditor, see CONTRIBUTING.md. Patch submissions are reviewed and managed with Gerrit. There is also API documentation available for VisualEditor.

Terminology

  • CE: ContentEditable
  • DM: Data model
  • Invocation: Here the act of calling a template from a page, visible as e.g. {{reflist}} in the wikitext.
  • MW: MediaWiki
  • Page: See https://www.mediawiki.org/wiki/OOUI/Layouts/Booklets_and_Pages
  • Parameter: A template parameter. Can be known (i.e. documented via TemplateData) or unknown.
  • Part: A template-level entity in a transclusion, i.e. either a template, template placeholder, or wikitext snippet.
  • SA: Standalone
  • Template: See https://www.mediawiki.org/wiki/Help:Templates
  • Transclusion: A sequence of one or more template invocations, possibly mixed with raw wikitext snippets.
  • UI: User interface
  • VE: VisualEditor
  • WT: Wikitext

About

🧪 🔨 working fork - please see official version wikimedia/​mediawiki-extensions-VisualEditor

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 88.4%
  • PHP 7.7%
  • Less 3.2%
  • Other 0.7%