✏ Standalone rich HTML5 editor, based on ContentEditable. Mirror from https://gerrit.wikimedia.org/g/VisualEditor/VisualEditor. See https://mediawiki.org/wiki/Developer_access.
转到文件
2024-03-25 12:21:04 +00:00
.jsduck Refactor SpecialCharacterPage into SymbolListPage + SymbolListBookletLayout 2024-03-19 18:27:36 +00:00
bin Update OOjs to v6.0.0 2021-05-04 23:02:53 +00:00
build Refactor SpecialCharacterPage into SymbolListPage + SymbolListBookletLayout 2024-03-19 18:27:36 +00:00
collab ve.dm.ProtocolServer#welcomeClient: Fix rebaser demo 2024-03-20 15:23:40 +00:00
demos Refactor SpecialCharacterPage into SymbolListPage + SymbolListBookletLayout 2024-03-19 18:27:36 +00:00
i18n Localisation updates from https://translatewiki.net. 2024-03-25 13:11:25 +01:00
lib Support LESS files 2024-03-15 17:40:00 -07:00
rebaser ve.dm.ProtocolServer#welcomeClient: Fix rebaser demo 2024-03-20 15:23:40 +00:00
src Merge "HelpCompletionAction: Allow character skipping in input" 2024-03-25 12:21:04 +00:00
tests Refactor SpecialCharacterPage into SymbolListPage + SymbolListBookletLayout 2024-03-19 18:27:36 +00: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
.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: Bump grunt-jscs to 2.0.0 and make pass 2015-08-18 13:21:16 -04:00
Gruntfile.js Refactor SpecialCharacterPage into SymbolListPage + SymbolListBookletLayout 2024-03-19 18:27:36 +00:00
jsduck.json Exclude OOUI from generated JSDuck documentation 2024-02-08 19:47:10 +01:00
LICENSE.txt doc: Update copyright statement for new year 2020-01-08 09:05:12 -08:00
package-lock.json Support LESS files 2024-03-15 17:40:00 -07:00
package.json Support LESS files 2024-03-15 17:40:00 -07: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.