✏ Standalone rich HTML5 editor, based on ContentEditable. Mirror from https://gerrit.wikimedia.org/g/VisualEditor/VisualEditor. See https://mediawiki.org/wiki/Developer_access.
转到文件
libraryupgrader 8a1eda8af8 build: Updating jsdoc-wmf-theme to 1.0.1
Change-Id: I97a6aa662d4eed7535c1b06b9f38829e8d5ae2f0
2024-05-08 06:53:47 +00:00
bin Update OOjs to v6.0.0 2021-05-04 23:02:53 +00:00
build JSDoc externals: Parse complex types 2024-04-29 18:15:28 +01:00
collab eslint: Switch all code from jsduck to jsdoc mode 2024-04-29 13:11:37 +01:00
demos JSDoc: Fix some missing complex returns types 2024-04-30 17:27:13 +01:00
i18n build: Update grunt-banana-checker to 0.12.0 2024-05-07 12:42:37 +03:00
lib Update OOUI to v0.49.1 2024-04-04 18:34:40 +00:00
rebaser JSDoc: Fix some missing complex returns types 2024-04-30 17:27:13 +01:00
src Convert local functions to arrow functions and remove `this` bindings 2024-05-04 19:12:57 +00:00
tests LanguageInputWidget: Fix logic for checking if language exists 2024-05-03 17:36:23 +01:00
.eslintrc.json build: Update eslint-config-wikimedia to 0.25.1 2023-05-24 18:45:02 +01:00
.gitignore eslint: Enable caching 2019-02-19 19:54:05 +00:00
.gitreview .gitreview: Swap to track=1 2023-09-08 20:52:20 +01:00
.jsdoc.json JSDoc: {Mixed} -> {any} 2024-05-02 10:38:59 +01:00
.mailmap AUTHORS: Update for 2020–2023 2023-04-27 16:43:28 -04:00
.stylelintrc.json build: Update stylelint-config-wikimedia to 0.13.0 2022-05-04 22:46:45 +01:00
.svgo.config.js build: Upgrade svgo from 3.0.2 to 3.0.5 and re-run 2023-12-07 10:03:12 -05:00
AUTHORS.txt Move verbose copyright message to AUTHORS.txt 2023-12-02 09:59:42 +00:00
CONTRIBUTING.md build: Replace jsduck with jsdoc for documentation 2024-04-25 22:16:43 +00:00
Gruntfile.js build: Replace jsduck with jsdoc for documentation 2024-04-25 22:16:43 +00:00
LICENSE.txt doc: Update copyright statement for new year 2020-01-08 09:05:12 -08:00
README.md README.md: Mark [[mw:VisualEditor/Setup]] link, as JSDoc doesn't autolink 2024-04-30 12:12:55 +00:00
package-lock.json build: Updating jsdoc-wmf-theme to 1.0.1 2024-05-08 06:53:47 +00:00
package.json build: Updating jsdoc-wmf-theme to 1.0.1 2024-05-08 06:53:47 +00:00

README.md

VisualEditor

VisualEditor provides a rich-text editor for HTML documents. It is written in JavaScript and runs in a web browser.

For more information about the project, check out the VisualEditor page on mediawiki.org.

Installing

For information on setting up VisualEditor, please see https://www.mediawiki.org/wiki/VisualEditor/Setup

Developing

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 the VisualEditor.