Extension:VisualEditorPlus/ja
Appearance
| この拡張機能は主に外部でサポートされています: BlueSpice Community Forum。 支援が必要な場合は、トークページではなくそちらに投稿してください。 |
リリースの状態: 安定 |
|
|---|---|
| 説明 | Extends the shortcut options of the visual editor |
| 作者 | Hallo Welt! GmbH |
| メンテナー | Hallo Welt! GmbH |
| 最新バージョン | 4.5 |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| MediaWiki | 1.43 (LTS) |
|
|
|
| ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
| ダウンロード | |
| translatewiki.net で翻訳を利用できる場合は、VisualEditorPlus 拡張機能の翻訳にご協力ください | |
The VisualEditorPlus extension extends the shortcut options of VisualEditor.
A full list of shortcuts is provided in the Help function (questionmark menu item) of VisualEditor.
Usage / features
- Additional shortcuts:
_text_ : italics
~text~ : strikethrough
`text` : code
- Typing in the following characters will replace them with the associated unicode emoji:
-
List of supported emojis
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-VisualEditorPlus
.git) as a "vcs repository" and the package name (mediawiki/VisualEditorPlus) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-VisualEditorPlus .git" } ], "require": { "mediawiki/VisualEditorPlus": "VisualEditorPlus" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'VisualEditorPlus' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links

