有兽档案馆可视化编辑器仓库(上游封装)
转到文件
海屿有燕 f1c1e7383d
first init
2024-04-10 10:31:16 +08:00
.jsduck first init 2024-04-10 10:31:16 +08:00
.phan first init 2024-04-10 10:31:16 +08:00
.vscode first init 2024-04-10 10:31:16 +08:00
bin first init 2024-04-10 10:31:16 +08:00
build first init 2024-04-10 10:31:16 +08:00
i18n first init 2024-04-10 10:31:16 +08:00
images first init 2024-04-10 10:31:16 +08:00
includes first init 2024-04-10 10:31:16 +08:00
lib first init 2024-04-10 10:31:16 +08:00
maintenance first init 2024-04-10 10:31:16 +08:00
modules first init 2024-04-10 10:31:16 +08:00
screenshots first init 2024-04-10 10:31:16 +08:00
tests first init 2024-04-10 10:31:16 +08:00
.eslintignore first init 2024-04-10 10:31:16 +08:00
.eslintrc.json first init 2024-04-10 10:31:16 +08:00
.gitignore first init 2024-04-10 10:31:16 +08:00
.gitmodules first init 2024-04-10 10:31:16 +08:00
.gitreview first init 2024-04-10 10:31:16 +08:00
.mailmap first init 2024-04-10 10:31:16 +08:00
.phpcs.xml first init 2024-04-10 10:31:16 +08:00
.stylelintrc.json first init 2024-04-10 10:31:16 +08:00
AUTHORS.txt first init 2024-04-10 10:31:16 +08:00
CONTRIBUTING.md first init 2024-04-10 10:31:16 +08:00
Gruntfile.js first init 2024-04-10 10:31:16 +08:00
LICENSE.txt first init 2024-04-10 10:31:16 +08:00
README.md first init 2024-04-10 10:31:16 +08:00
Rakefile first init 2024-04-10 10:31:16 +08:00
VisualEditor.i18n.alias.php first init 2024-04-10 10:31:16 +08:00
composer.json first init 2024-04-10 10:31:16 +08:00
extension.json first init 2024-04-10 10:31:16 +08:00
gitinfo.json first init 2024-04-10 10:31:16 +08:00
jsduck.json first init 2024-04-10 10:31:16 +08:00
package-lock.json first init 2024-04-10 10:31:16 +08:00
package.json first init 2024-04-10 10:31:16 +08:00
version first init 2024-04-10 10:31:16 +08:00

README.md

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

Terminology