✏ Standalone rich HTML5 editor, based on ContentEditable. Mirror from https://gerrit.wikimedia.org/g/VisualEditor/VisualEditor. See https://mediawiki.org/wiki/Developer_access.
转到文件
Ed Sanders ce15d3c907 build: Update eslint-config-wikimedia to 0.25.1
Change-Id: I4e198ee404d82168b6c1ab2abd701c039b6b45b7
2023-05-24 18:45:02 +01:00
.jsduck Update i18n lists 2023-05-22 15:31:40 +01:00
bin Update OOjs to v6.0.0 2021-05-04 23:02:53 +00:00
build Fuzzy command bar 2023-05-20 11:24:55 +03:00
demos Update i18n lists 2023-05-22 15:31:40 +01:00
i18n Add fuzzy bar to the help dialog 2023-05-22 15:34:10 +01:00
lib Update OOUI to v0.47.0 2023-05-17 19:21:26 -07:00
rebaser [BREAKING CHANGE] Drop support for ES5 2023-04-12 16:51:27 +01:00
src Merge "Update surface padding when toolbar dialog is positioned 'below'" 2023-05-24 14:52:52 +00:00
tests Fuzzy command bar 2023-05-20 11:24:55 +03: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 Update .gitreview and remove MW-specific things 2013-12-19 23:26:57 +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: Replace automatic 'grunt-svgmin' with manual 'svgo' script 2022-07-16 14:21:23 +00:00
AUTHORS.txt AUTHORS: Update for 2020–2023 2023-04-27 16:43:28 -04:00
CONTRIBUTING.md build: Bump grunt-jscs to 2.0.0 and make pass 2015-08-18 13:21:16 -04:00
Gruntfile.js Add jsdoc for undocumented build functions 2022-11-26 21:34:46 +08:00
jsduck.json build: Upgrade eslint-config-wikimedia from 0.17.0 to 0.18.0 and make pass 2021-01-25 09:19:38 -08:00
LICENSE.txt doc: Update copyright statement for new year 2020-01-08 09:05:12 -08:00
package-lock.json build: Update eslint-config-wikimedia to 0.25.1 2023-05-24 18:45:02 +01:00
package.json build: Update eslint-config-wikimedia to 0.25.1 2023-05-24 18:45:02 +01:00
Rakefile build: Bump Ruby cruft to avoid security warnings for old rubocop 2017-11-28 12:12:40 -08:00
README.md Update of 'Live Demo' URL in README 2021-02-11 16:36:22 +00:00

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.